ServerRestartParameter Class

Server restart parameters.

Inheritance
msrest.serialization.Model
ServerRestartParameter

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
int

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
int

The maximum allowed failover time in seconds.