ProvisioningState Enum

Definition

Defines values for ProvisioningState.

[Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))]
public enum ProvisioningState
[<Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.StringEnumConverter))>]
type ProvisioningState = 
Public Enum ProvisioningState
Inheritance
ProvisioningState
Attributes
Newtonsoft.Json.JsonConverterAttribute

Fields

Cancelled 5

The last operation for the account is cancelled.

Creating 1

The account is being created.

Deleting 2

The account is being deleted.

Failed 4

The last operation for the account is failed.

Invalid 0

The account is in an invalid state.

Succeeded 3

The account has been created and is ready for use.

Applies to