DiskDetachOptionType.Implicit Operator

Definition

Overloads

Implicit(String to DiskDetachOptionType)

Source:
DiskDetachOptionType.cs
Source:
DiskDetachOptionType.cs

Converts a string to a DiskDetachOptionType.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<DiskDetachOptionType>)

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

Parameters

value
String

Returns

Applies to