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. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python