Megosztás a következőn keresztül:


CosmosDBAccountData.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 string ProvisioningState { get; }
member this.ProvisioningState : string
Public ReadOnly Property ProvisioningState As String

Property Value

Applies to