QumuloProvisioningState Enum
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.
Provisioning State of the File system resource.
public enum QumuloProvisioningState
type QumuloProvisioningState =
Public Enum QumuloProvisioningState
- Inheritance
-
QumuloProvisioningState
Fields
Name | Value | Description |
---|---|---|
NotSpecified | 0 | File system resource state is unknown. |
Accepted | 1 | File system resource creation request accepted. |
Creating | 2 | File system resource creation started. |
Updating | 3 | File system resource is being updated. |
Deleting | 4 | File system resource deletion started. |
Succeeded | 5 | File system resource creation successful. |
Failed | 6 | File system resource creation failed. |
Canceled | 7 | File system resource creation canceled. |
Deleted | 8 | File system resource is deleted. |
Applies to
Azure SDK for .NET