CosmosDBStatus Struct
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 readonly struct CosmosDBStatus : IEquatable<Azure.ResourceManager.CosmosDB.Models.CosmosDBStatus>
type CosmosDBStatus = struct
Public Structure CosmosDBStatus
Implements IEquatable(Of CosmosDBStatus)
- Inheritance
-
CosmosDBStatus
- Implements
Constructors
CosmosDBStatus(String) |
Initializes a new instance of CosmosDBStatus. |
Properties
Canceled |
Canceled. |
Deleting |
Deleting. |
Failed |
Failed. |
Initializing |
Initializing. |
InternallyReady |
InternallyReady. |
Online |
Online. |
Succeeded |
Succeeded. |
Uninitialized |
Uninitialized. |
Updating |
Updating. |
Methods
Equals(CosmosDBStatus) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(CosmosDBStatus, CosmosDBStatus) |
Determines if two CosmosDBStatus values are the same. |
Implicit(String to CosmosDBStatus) |
Converts a String to a CosmosDBStatus. |
Inequality(CosmosDBStatus, CosmosDBStatus) |
Determines if two CosmosDBStatus values are not the same. |
Applies to
Azure SDK for .NET