CommissionedState 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.
The commissioned state of the Custom IP Prefix.
public readonly struct CommissionedState : IEquatable<Azure.ResourceManager.Network.Models.CommissionedState>
type CommissionedState = struct
Public Structure CommissionedState
Implements IEquatable(Of CommissionedState)
- Inheritance
-
CommissionedState
- Implements
Constructors
CommissionedState(String) |
Initializes a new instance of CommissionedState. |
Properties
Commissioned |
Commissioned. |
CommissionedNoInternetAdvertise |
CommissionedNoInternetAdvertise. |
Commissioning |
Commissioning. |
Decommissioning |
Decommissioning. |
Deprovisioned |
Deprovisioned. |
Deprovisioning |
Deprovisioning. |
Provisioned |
Provisioned. |
Provisioning |
Provisioning. |
Methods
Equals(CommissionedState) |
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(CommissionedState, CommissionedState) |
Determines if two CommissionedState values are the same. |
Implicit(String to CommissionedState) |
Converts a string to a CommissionedState. |
Inequality(CommissionedState, CommissionedState) |
Determines if two CommissionedState values are not the same. |
Applies to
Azure SDK for .NET