ServiceReplicaStatus Enum

Definition

Specifies the status of the replica.

C#
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

Product Versions
Azure SDK for .NET Legacy, Latest