CosmosDBAccount.ProvisioningState Property
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 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
Azure SDK for .NET