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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET