BatchProvisioningState 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.
The provisioned state of the resource.
public enum BatchProvisioningState
type BatchProvisioningState =
Public Enum BatchProvisioningState
- Inheritance
-
BatchProvisioningState
Fields
| Name | Value | Description |
|---|---|---|
| Invalid | 0 | The account is in an invalid state. |
| Creating | 1 | The account is being created. |
| Deleting | 2 | The account is being deleted. |
| Succeeded | 3 | The account has been created and is ready for use. |
| Failed | 4 | The last operation for the account is failed. |
| Cancelled | 5 | The last operation for the account is cancelled. |