RestartPartitionMode 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.
The enum passed into the RestartPartition API to specify what replicas need to be restarted
[System.Serializable]
public enum RestartPartitionMode
[<System.Serializable>]
type RestartPartitionMode =
Public Enum RestartPartitionMode
- Inheritance
-
RestartPartitionMode
- Attributes
Fields
Name | Value | Description |
---|---|---|
Invalid | 0 | Reserved. Do not pass into API. |
AllReplicasOrInstances | 1 | All replicas or instances in the partition are restarted at once |
OnlyActiveSecondaries | 2 | Only the secondary replicas are restarted. This option can only be used for stateful services and avoids data loss |
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