Share via


MoveState.Implicit Operator

Definition

Overloads

Implicit(MoveState to String)

Implicit operator to convert MoveState to string

Implicit(String to MoveState)

Implicit operator to convert string to MoveState

Implicit(MoveState to String)

Implicit operator to convert MoveState to string

public static implicit operator string (Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Support.MoveState e);

Parameters

e
MoveState

the value to convert to an instance of MoveState.

Returns

Applies to

Azure - PowerShell Commands Latest and Azure - PowerShell Commands 12 (LTS)
Product Versions
Azure - PowerShell Commands 12 (LTS), Latest

Implicit(String to MoveState)

Implicit operator to convert string to MoveState

public static implicit operator Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Support.MoveState (string value);

Parameters

value
String

the value to convert to an instance of MoveState.

Returns

Applies to

Azure - PowerShell Commands Latest and Azure - PowerShell Commands 12 (LTS)
Product Versions
Azure - PowerShell Commands 12 (LTS), Latest