DiskControllerType.Implicit Operator

Definition

Overloads

Implicit(String to DiskControllerType)

Source:
DiskControllerType.cs
Source:
DiskControllerType.cs

Converts a string to a DiskControllerType.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<DiskControllerType>)

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

Parameters

value
String

Returns

Applies to