Share via


SnapshotType.Implicit Operator

Definition

Overloads

Implicit(SnapshotType to String)

Implicit operator to convert SnapshotType to string

Implicit(String to SnapshotType)

Implicit operator to convert string to SnapshotType

Implicit(SnapshotType to String)

Implicit operator to convert SnapshotType to string

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

Parameters

e
SnapshotType

the value to convert to an instance of SnapshotType.

Returns

Applies to

Implicit(String to SnapshotType)

Implicit operator to convert string to SnapshotType

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

Parameters

value
String

the value to convert to an instance of SnapshotType.

Returns

Applies to