VolumeProvisioningState 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 volume.
public readonly struct VolumeProvisioningState : IEquatable<Azure.ResourceManager.NetworkCloud.Models.VolumeProvisioningState>
type VolumeProvisioningState = struct
Public Structure VolumeProvisioningState
Implements IEquatable(Of VolumeProvisioningState)
- Inheritance
-
VolumeProvisioningState
- Implements
Constructors
| Name | Description |
|---|---|
| VolumeProvisioningState(String) |
Initializes a new instance of VolumeProvisioningState. |
Properties
| Name | Description |
|---|---|
| Accepted |
The Accepted status. |
| Canceled |
The Canceled status. |
| Failed |
The Failed status. |
| Provisioning |
The Provisioning status. |
| Succeeded |
The Succeeded status. |
Methods
| Name | Description |
|---|---|
| Equals(VolumeProvisioningState) |
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(VolumeProvisioningState, VolumeProvisioningState) |
Determines if two VolumeProvisioningState values are the same. |
| Implicit(String to Nullable<VolumeProvisioningState>) | |
| Implicit(String to VolumeProvisioningState) |
Converts a string to a VolumeProvisioningState. |
| Inequality(VolumeProvisioningState, VolumeProvisioningState) |
Determines if two VolumeProvisioningState values are not the same. |