NetworkInterfaceMigrationPhase Struct
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.
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
| Name | Description |
|---|---|
| NetworkInterfaceMigrationPhase(String) |
Initializes a new instance of NetworkInterfaceMigrationPhase. |
Properties
| Name | Description |
|---|---|
| Abort |
Abort. |
| Commit |
Commit. |
| Committed |
Committed. |
| None |
None. |
| Prepare |
Prepare. |
Methods
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| 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. |