FailOver Class
FailOver.
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. |
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python