Share via


VMNicSelection.Implicit Operator

Definition

Overloads

Implicit(VMNicSelection to String)

Implicit operator to convert VMNicSelection to string

Implicit(String to VMNicSelection)

Implicit operator to convert string to VMNicSelection

Implicit(VMNicSelection to String)

Implicit operator to convert VMNicSelection to string

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

Parameters

e
VMNicSelection

the value to convert to an instance of VMNicSelection.

Returns

Applies to

Implicit(String to VMNicSelection)

Implicit operator to convert string to VMNicSelection

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

Parameters

value
String

the value to convert to an instance of VMNicSelection.

Returns

Applies to