NetworkInterfaceMigrationPhase Struct

Definition

Migration phase of Network Interface resource.

public readonly struct NetworkInterfaceMigrationPhase : IEquatable<Azure.ResourceManager.Network.Models.NetworkInterfaceMigrationPhase>
type NetworkInterfaceMigrationPhase = struct
Public Structure NetworkInterfaceMigrationPhase
Implements IEquatable(Of NetworkInterfaceMigrationPhase)
Inheritance
NetworkInterfaceMigrationPhase
Implements

Constructors

NetworkInterfaceMigrationPhase(String)

Initializes a new instance of NetworkInterfaceMigrationPhase.

Properties

Abort

Abort.

Commit

Commit.

Committed

Committed.

None

None.

Prepare

Prepare.

Methods

Equals(NetworkInterfaceMigrationPhase)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(NetworkInterfaceMigrationPhase, NetworkInterfaceMigrationPhase)

Determines if two NetworkInterfaceMigrationPhase values are the same.

Implicit(String to NetworkInterfaceMigrationPhase)

Converts a string to a NetworkInterfaceMigrationPhase.

Inequality(NetworkInterfaceMigrationPhase, NetworkInterfaceMigrationPhase)

Determines if two NetworkInterfaceMigrationPhase values are not the same.

Applies to