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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET