Share via


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

Creating 0

Resource is in the process of being created.

Deleting 2

Resource is in the process of being deleted.

Failed 4

Previous operation on the resource has failed leaving resource in unhealthy state.

Locked 5

The resource is locked and changes are currently blocked. This could be due to maintenance or a scheduled operation. The state will go back to succeeded once the locking operation has finished.

Succeeded 3

Resource is in healthy state after creation or update operation.

Updating 1

New property values are being applied to the resource.

Applies to