你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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