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. |
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Python