MoveState.Implicit Operator
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Implicit(MoveState to String) |
Implicit operator to convert MoveState to string |
Implicit(String to MoveState) |
Implicit operator to convert string to MoveState |
Implicit operator to convert MoveState to string
public static implicit operator string (Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Support.MoveState e);
static member op_Implicit : Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Support.MoveState -> string
Public Shared Widening Operator CType (e As MoveState) As String
Parameters
Returns
Applies to
Azure - PowerShell Commands Latest and Azure - PowerShell Commands 12 (LTS)
Product | Versions |
---|---|
Azure - PowerShell Commands | 12 (LTS), Latest |
Implicit operator to convert string to MoveState
public static implicit operator Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Support.MoveState (string value);
static member op_Implicit : string -> Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Support.MoveState
Public Shared Widening Operator CType (value As String) As MoveState
Parameters
Returns
Applies to
Azure - PowerShell Commands Latest and Azure - PowerShell Commands 12 (LTS)
Product | Versions |
---|---|
Azure - PowerShell Commands | 12 (LTS), Latest |