ServiceReplicaStatus 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.
Specifies the status of the replica.
public enum ServiceReplicaStatus
type ServiceReplicaStatus =
Public Enum ServiceReplicaStatus
- Inheritance
-
ServiceReplicaStatus
Fields
Name | Value | Description |
---|---|---|
Invalid | 0 | Invalid. |
InBuild | 1 | Replica is being built. This means that a primary replica is seeding this replica. |
Standby | 2 | The replica has restarted and it is being kept as a standby. |
Ready | 3 | Replica is ready. |
Down | 4 | Replica is down. |
Dropped | 5 | Replica is dropped. This means that the replica has been removed from the replica set. If it is persisted, its state has been deleted. |
Completed | 6 | Replica is Completed. This means that the replica has been removed from the replica set. |
Applies to
Azure SDK for .NET