Share via


MoveResourceInputType.Implicit Operator

Definition

Overloads

Implicit(MoveResourceInputType to String)

Implicit operator to convert MoveResourceInputType to string

Implicit(String to MoveResourceInputType)

Implicit operator to convert string to MoveResourceInputType

Implicit(MoveResourceInputType to String)

Implicit operator to convert MoveResourceInputType to string

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

Parameters

e
MoveResourceInputType

the value to convert to an instance of MoveResourceInputType.

Returns

Applies to

Implicit(String to MoveResourceInputType)

Implicit operator to convert string to MoveResourceInputType

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

Parameters

value
String

the value to convert to an instance of MoveResourceInputType.

Returns

Applies to