Share via


RecoveryPointCompletionState.Implicit Operator

Definition

Overloads

Implicit(RecoveryPointCompletionState to String)

Implicit operator to convert RecoveryPointCompletionState to string

Implicit(String to RecoveryPointCompletionState)

Implicit operator to convert string to RecoveryPointCompletionState

Implicit(RecoveryPointCompletionState to String)

Implicit operator to convert RecoveryPointCompletionState to string

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

Parameters

e
RecoveryPointCompletionState

the value to convert to an instance of RecoveryPointCompletionState.

Returns

Applies to

Implicit(String to RecoveryPointCompletionState)

Implicit operator to convert string to RecoveryPointCompletionState

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

Parameters

value
String

the value to convert to an instance of RecoveryPointCompletionState.

Returns

Applies to