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
| Name | Description |
|---|---|
| CommissionedState(String) |
Initializes a new instance of CommissionedState. |
Properties
| Name | Description |
|---|---|
| Commissioned |
Commissioned. |
| CommissionedNoInternetAdvertise |
CommissionedNoInternetAdvertise. |
| Commissioning |
Commissioning. |
| Decommissioning |
Decommissioning. |
| Deprovisioned |
Deprovisioned. |
| Deprovisioning |
Deprovisioning. |
| Provisioned |
Provisioned. |
| Provisioning |
Provisioning. |
Methods
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| 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. |