Udostępnij za pośrednictwem


InstallationState.Implicit Operator

Definition

Overloads

Implicit(String to InstallationState)

Implicit operator to convert string to InstallationState

Implicit(InstallationState to String)

Implicit operator to convert InstallationState to string

Implicit(String to InstallationState)

Implicit operator to convert string to InstallationState

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

Parameters

value
String

the value to convert to an instance of InstallationState.

Returns

Applies to

Implicit(InstallationState to String)

Implicit operator to convert InstallationState to string

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

Parameters

e
InstallationState

the value to convert to an instance of InstallationState.

Returns

Applies to