HighAvailability Class
High availability properties of a server.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
msrest.serialization.ModelHighAvailability
Constructor
HighAvailability(*, mode: str | HighAvailabilityMode | None = None, standby_availability_zone: str | None = None, **kwargs)
Parameters
Name | Description |
---|---|
mode
Required
|
The HA mode for the server. Possible values include: "Disabled", "ZoneRedundant". |
standby_availability_zone
Required
|
availability zone information of the standby. |
Keyword-Only Parameters
Name | Description |
---|---|
mode
Required
|
|
standby_availability_zone
Required
|
|
Variables
Name | Description |
---|---|
state
|
str or
ServerHAState
A state of a HA server that is visible to user. Possible values include: "NotEnabled", "CreatingStandby", "ReplicatingData", "FailingOver", "Healthy", "RemovingStandby". |
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Python