FailoverGroupReadWriteEndpoint Class
Read-write endpoint of the failover group instance.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
msrest.serialization.ModelFailoverGroupReadWriteEndpoint
Constructor
FailoverGroupReadWriteEndpoint(*, failover_policy: str | ReadWriteEndpointFailoverPolicy, failover_with_data_loss_grace_period_minutes: int | None = None, **kwargs)
Parameters
Name | Description |
---|---|
failover_policy
Required
|
Required. Failover policy of the read-write endpoint for the failover group. If failoverPolicy is Automatic then failoverWithDataLossGracePeriodMinutes is required. Possible values include: "Manual", "Automatic". |
failover_with_data_loss_grace_period_minutes
Required
|
Grace period before failover with data loss is attempted for the read-write endpoint. If failoverPolicy is Automatic then failoverWithDataLossGracePeriodMinutes is required. |
Keyword-Only Parameters
Name | Description |
---|---|
failover_policy
Required
|
|
failover_with_data_loss_grace_period_minutes
Required
|
|
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for Python