Condividi tramite


OSDiskType.Implicit Operator

Definition

Overloads

Implicit(OSDiskType to String)

Implicit operator to convert OSDiskType to string

Implicit(String to OSDiskType)

Implicit operator to convert string to OSDiskType

Implicit(OSDiskType to String)

Implicit operator to convert OSDiskType to string

public static implicit operator string (Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.OSDiskType e);
static member op_Implicit : Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.OSDiskType -> string
Public Shared Widening Operator CType (e As OSDiskType) As String

Parameters

e
OSDiskType

the value to convert to an instance of OSDiskType.

Returns

Applies to

Implicit(String to OSDiskType)

Implicit operator to convert string to OSDiskType

public static implicit operator Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.OSDiskType (string value);
static member op_Implicit : string -> Microsoft.Azure.PowerShell.Cmdlets.Aks.Support.OSDiskType
Public Shared Widening Operator CType (value As String) As OSDiskType

Parameters

value
String

the value to convert to an instance of OSDiskType.

Returns

Applies to