PublicIPAddressMigrationPhase.Implicit Operator
Definition
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.
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
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.