Compartilhar via


PublicIPAddressMigrationPhase Struct

Definition

Migration phase of Public IP Address.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.PublicIPAddressMigrationPhaseTypeConverter))]
public struct PublicIPAddressMigrationPhase : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.PublicIPAddressMigrationPhase>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.PublicIPAddressMigrationPhaseTypeConverter))>]
type PublicIPAddressMigrationPhase = struct
    interface IArgumentCompleter
Public Structure PublicIPAddressMigrationPhase
Implements IArgumentCompleter, IEquatable(Of PublicIPAddressMigrationPhase)
Inheritance
PublicIPAddressMigrationPhase
Attributes
Implements

Fields

Abort
Commit
Committed
None
Prepare

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(Object)

Compares values of enum type PublicIPAddressMigrationPhase (override for Object)

Equals(PublicIPAddressMigrationPhase)

Compares values of enum type PublicIPAddressMigrationPhase

GetHashCode()

Returns hashCode for enum PublicIPAddressMigrationPhase

ToString()

Returns string representation for PublicIPAddressMigrationPhase

Operators

Equality(PublicIPAddressMigrationPhase, PublicIPAddressMigrationPhase)

Overriding == operator for enum PublicIPAddressMigrationPhase

Implicit(PublicIPAddressMigrationPhase to String)

Implicit operator to convert PublicIPAddressMigrationPhase to string

Implicit(String to PublicIPAddressMigrationPhase)

Implicit operator to convert string to PublicIPAddressMigrationPhase

Inequality(PublicIPAddressMigrationPhase, PublicIPAddressMigrationPhase)

Overriding != operator for enum PublicIPAddressMigrationPhase

Applies to