InstanceFailoverGroup Class
An instance failover group.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.sql.models._models_py3.ProxyResourceInstanceFailoverGroup
Constructor
InstanceFailoverGroup(*, read_write_endpoint: InstanceFailoverGroupReadWriteEndpoint | None = None, read_only_endpoint: InstanceFailoverGroupReadOnlyEndpoint | None = None, partner_regions: List[PartnerRegionInfo] | None = None, managed_instance_pairs: List[ManagedInstancePairInfo] | None = None, **kwargs)
Parameters
Name | Description |
---|---|
read_write_endpoint
Required
|
Read-write endpoint of the failover group instance. |
read_only_endpoint
Required
|
Read-only endpoint of the failover group instance. |
partner_regions
Required
|
Partner region information for the failover group. |
managed_instance_pairs
Required
|
List of managed instance pairs in the failover group. |
Keyword-Only Parameters
Name | Description |
---|---|
read_write_endpoint
Required
|
|
read_only_endpoint
Required
|
|
partner_regions
Required
|
|
managed_instance_pairs
Required
|
|
Variables
Name | Description |
---|---|
id
|
Resource ID. |
name
|
Resource name. |
type
|
Resource type. |
replication_role
|
Local replication role of the failover group instance. Possible values include: "Primary", "Secondary". |
replication_state
|
Replication state of the failover group instance. |
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for Python