ManagedInstancePairInfo Class
Pairs of Managed Instances in the failover group.
- Inheritance
-
msrest.serialization.ModelManagedInstancePairInfo
Constructor
ManagedInstancePairInfo(*, primary_managed_instance_id: str | None = None, partner_managed_instance_id: str | None = None, **kwargs)
Parameters
Name | Description |
---|---|
primary_managed_instance_id
Required
|
Id of Primary Managed Instance in pair. |
partner_managed_instance_id
Required
|
Id of Partner Managed Instance in pair. |
Keyword-Only Parameters
Name | Description |
---|---|
primary_managed_instance_id
Required
|
|
partner_managed_instance_id
Required
|
|
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python