你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

RestartParameter Class

Represents server restart parameters.

Constructor

RestartParameter(*, restart_with_failover: bool | None = None, failover_mode: str | _models.FailoverMode | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
restart_with_failover

Indicates whether to restart the server with failover.

Default value: None
failover_mode

Failover mode. Known values are: "PlannedFailover", "ForcedFailover", "PlannedSwitchover", and "ForcedSwitchover".

Default value: None

Variables

Name Description
restart_with_failover

Indicates whether to restart the server with failover.

failover_mode

Failover mode. Known values are: "PlannedFailover", "ForcedFailover", "PlannedSwitchover", and "ForcedSwitchover".