ServerRestartParameter Class
Server restart parameters.
- Inheritance
-
msrest.serialization.ModelServerRestartParameter
Constructor
ServerRestartParameter(*, restart_with_failover: str | EnableStatusEnum | None = None, max_failover_seconds: int | None = None, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
restart_with_failover
|
Whether or not failover to standby server when restarting a server with high availability enabled. Possible values include: "Enabled", "Disabled". |
max_failover_seconds
|
The maximum allowed failover time in seconds. |
Variables
Name | Description |
---|---|
restart_with_failover
|
Whether or not failover to standby server when restarting a server with high availability enabled. Possible values include: "Enabled", "Disabled". |
max_failover_seconds
|
The maximum allowed failover time in seconds. |
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 Python