PublicIPAddressMigrationPhase 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 Public IP Address.
public readonly struct PublicIPAddressMigrationPhase : IEquatable<Azure.ResourceManager.Network.Models.PublicIPAddressMigrationPhase>
type PublicIPAddressMigrationPhase = struct
Public Structure PublicIPAddressMigrationPhase
Implements IEquatable(Of PublicIPAddressMigrationPhase)
- Inheritance
-
PublicIPAddressMigrationPhase
- Implements
Constructors
PublicIPAddressMigrationPhase(String) |
Initializes a new instance of PublicIPAddressMigrationPhase. |
Properties
Abort |
Abort. |
Commit |
Commit. |
Committed |
Committed. |
None |
None. |
Prepare |
Prepare. |
Methods
Equals(PublicIPAddressMigrationPhase) |
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(PublicIPAddressMigrationPhase, PublicIPAddressMigrationPhase) |
Determines if two PublicIPAddressMigrationPhase values are the same. |
Implicit(String to PublicIPAddressMigrationPhase) |
Converts a string to a PublicIPAddressMigrationPhase. |
Inequality(PublicIPAddressMigrationPhase, PublicIPAddressMigrationPhase) |
Determines if two PublicIPAddressMigrationPhase values are not the same. |
Applies to
Azure SDK for .NET