PublicIPAddressMigrationPhase.Implicit Operator

Definition

Overloads

Implicit(PublicIPAddressMigrationPhase to String)

Implicit operator to convert PublicIPAddressMigrationPhase to string

Implicit(String to PublicIPAddressMigrationPhase)

Implicit operator to convert string to PublicIPAddressMigrationPhase

Implicit(PublicIPAddressMigrationPhase to String)

Implicit operator to convert PublicIPAddressMigrationPhase to string

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

Parameters

e
PublicIPAddressMigrationPhase

the value to convert to an instance of PublicIPAddressMigrationPhase.

Returns

Applies to

Implicit(String to PublicIPAddressMigrationPhase)

Implicit operator to convert string to PublicIPAddressMigrationPhase

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

Parameters

value
String

the value to convert to an instance of PublicIPAddressMigrationPhase.

Returns

Applies to