你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
FailOver Class
FailOver.
- Inheritance
-
azure.mgmt.eventhub._serialization.ModelFailOver
Constructor
FailOver(*, primary_location: str | None = None, force: bool | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
primary_location
|
Query parameter for the new primary location after failover. |
force
|
If Force is false then graceful failover is attempted after ensuring no data loss. If Force flag is set to true, Forced failover is attempted with possible data loss. |
Variables
Name | Description |
---|---|
primary_location
|
Query parameter for the new primary location after failover. |
force
|
If Force is false then graceful failover is attempted after ensuring no data loss. If Force flag is set to true, Forced failover is attempted with possible data loss. |