Sdílet prostřednictvím


NetworkInterfaceMigrationPhase Struct

Definition

Migration phase of Network Interface resource.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.NetworkInterfaceMigrationPhaseTypeConverter))]
public struct NetworkInterfaceMigrationPhase : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.NetworkInterfaceMigrationPhase>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.NetworkInterfaceMigrationPhaseTypeConverter))>]
type NetworkInterfaceMigrationPhase = struct
    interface IArgumentCompleter
Public Structure NetworkInterfaceMigrationPhase
Implements IArgumentCompleter, IEquatable(Of NetworkInterfaceMigrationPhase)
Inheritance
NetworkInterfaceMigrationPhase
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(NetworkInterfaceMigrationPhase)

Compares values of enum type NetworkInterfaceMigrationPhase

Equals(Object)

Compares values of enum type NetworkInterfaceMigrationPhase (override for Object)

GetHashCode()

Returns hashCode for enum NetworkInterfaceMigrationPhase

ToString()

Returns string representation for NetworkInterfaceMigrationPhase

Operators

Equality(NetworkInterfaceMigrationPhase, NetworkInterfaceMigrationPhase)

Overriding == operator for enum NetworkInterfaceMigrationPhase

Implicit(NetworkInterfaceMigrationPhase to String)

Implicit operator to convert NetworkInterfaceMigrationPhase to string

Implicit(String to NetworkInterfaceMigrationPhase)

Implicit operator to convert string to NetworkInterfaceMigrationPhase

Inequality(NetworkInterfaceMigrationPhase, NetworkInterfaceMigrationPhase)

Overriding != operator for enum NetworkInterfaceMigrationPhase

Applies to