RackSkuProvisioningState 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 provisioning state of the rack SKU resource.
public readonly struct RackSkuProvisioningState : IEquatable<Azure.ResourceManager.NetworkCloud.Models.RackSkuProvisioningState>
type RackSkuProvisioningState = struct
Public Structure RackSkuProvisioningState
Implements IEquatable(Of RackSkuProvisioningState)
- Inheritance
-
RackSkuProvisioningState
- Implements
Constructors
| Name | Description |
|---|---|
| RackSkuProvisioningState(String) |
Initializes a new instance of RackSkuProvisioningState. |
Properties
| Name | Description |
|---|---|
| Canceled |
Canceled. |
| Failed |
Failed. |
| Succeeded |
Succeeded. |
Methods
| Name | Description |
|---|---|
| Equals(RackSkuProvisioningState) |
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(RackSkuProvisioningState, RackSkuProvisioningState) |
Determines if two RackSkuProvisioningState values are the same. |
| Implicit(String to RackSkuProvisioningState) |
Converts a String to a RackSkuProvisioningState. |
| Inequality(RackSkuProvisioningState, RackSkuProvisioningState) |
Determines if two RackSkuProvisioningState values are not the same. |