DiskImageFileFormat.Implicit Operator

Definition

Overloads

Implicit(String to DiskImageFileFormat)

Source:
DiskImageFileFormat.cs
Source:
DiskImageFileFormat.cs

Converts a string to a DiskImageFileFormat.

public static implicit operator Azure.ResourceManager.Compute.Models.DiskImageFileFormat(string value);
static member op_Implicit : string -> Azure.ResourceManager.Compute.Models.DiskImageFileFormat
Public Shared Widening Operator CType (value As String) As DiskImageFileFormat

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<DiskImageFileFormat>)

Source:
DiskImageFileFormat.cs
public static implicit operator Azure.ResourceManager.Compute.Models.DiskImageFileFormat?(string value);
static member op_Implicit : string -> Nullable<Azure.ResourceManager.Compute.Models.DiskImageFileFormat>
Public Shared Widening Operator CType (value As String) As Nullable(Of DiskImageFileFormat)

Parameters

value
String

Returns

Applies to