Share via


ResynchronizationState.Implicit Operator

Definition

Overloads

Implicit(ResynchronizationState to String)

Implicit operator to convert ResynchronizationState to string

Implicit(String to ResynchronizationState)

Implicit operator to convert string to ResynchronizationState

Implicit(ResynchronizationState to String)

Implicit operator to convert ResynchronizationState to string

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

Parameters

e
ResynchronizationState

the value to convert to an instance of ResynchronizationState.

Returns

Applies to

Implicit(String to ResynchronizationState)

Implicit operator to convert string to ResynchronizationState

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

Parameters

value
String

the value to convert to an instance of ResynchronizationState.

Returns

Applies to