DiskType.Implicit Operator

Definition

Overloads

Implicit(DiskType to String)

Implicit operator to convert DiskType to string

Implicit(String to DiskType)

Implicit operator to convert string to DiskType

Implicit(DiskType to String)

Implicit operator to convert DiskType to string

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

Parameters

e
DiskType

the value to convert to an instance of DiskType.

Returns

Applies to

Implicit(String to DiskType)

Implicit operator to convert string to DiskType

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

Parameters

value
String

the value to convert to an instance of DiskType.

Returns

Applies to