Share via


ServerRestartParameter Class

Server restart parameters.

Constructor

ServerRestartParameter(*, restart_with_failover: str | _models.EnableStatusEnum | None = None, max_failover_seconds: int | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
restart_with_failover

Whether or not failover to standby server when restarting a server with high availability enabled. Known values are: "Enabled" and "Disabled".

Default value: None
max_failover_seconds
int

The maximum allowed failover time in seconds.

Default value: None

Variables

Name Description
restart_with_failover

Whether or not failover to standby server when restarting a server with high availability enabled. Known values are: "Enabled" and "Disabled".

max_failover_seconds
int

The maximum allowed failover time in seconds.