CosmosDBStatus Enum
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.
Enum to indicate current buildout status of the region.
public enum CosmosDBStatus
type CosmosDBStatus =
Public Enum CosmosDBStatus
- Inheritance
-
CosmosDBStatus
Fields
Name | Value | Description |
---|---|---|
Uninitialized | 0 | Uninitialized. |
Initializing | 1 | Initializing. |
InternallyReady | 2 | InternallyReady. |
Online | 3 | Online. |
Deleting | 4 | Deleting. |
Succeeded | 5 | Succeeded. |
Failed | 6 | Failed. |
Canceled | 7 | Canceled. |
Updating | 8 | Updating. |
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET