ServerRestartParameter Class
Server restart parameters.
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. |
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Python