CosmosDBAccount.ProvisioningState Property

Definition

The status of the Cosmos DB account at the time the operation was called. The status can be one of following. 'Creating' – the Cosmos DB account is being created. When an account is in Creating state, only properties that are specified as input for the Create Cosmos DB account operation are returned. 'Succeeded' – the Cosmos DB account is active for use. 'Updating' – the Cosmos DB account is being updated. 'Deleting' – the Cosmos DB account is being deleted. 'Failed' – the Cosmos DB account failed creation. 'DeletionFailed' – the Cosmos DB account deletion failed.

public Azure.Provisioning.BicepValue<string> ProvisioningState { get; }
member this.ProvisioningState : Azure.Provisioning.BicepValue<string>
Public ReadOnly Property ProvisioningState As BicepValue(Of String)

Property Value

Applies to