Uses of Class
com.azure.resourcemanager.sql.models.ManagedInstancePairInfo
Packages that use ManagedInstancePairInfo
Package
Description
Package containing the inner data models for SqlManagementClient.
Package containing the data models for SqlManagementClient.
-
Uses of ManagedInstancePairInfo in com.azure.resourcemanager.sql.fluent.models
Methods in com.azure.resourcemanager.sql.fluent.models that return types with arguments of type ManagedInstancePairInfoModifier and TypeMethodDescriptionInstanceFailoverGroupInner.managedInstancePairs()Get the managedInstancePairs property: List of managed instance pairs in the failover group.InstanceFailoverGroupProperties.managedInstancePairs()Get the managedInstancePairs property: List of managed instance pairs in the failover group.Method parameters in com.azure.resourcemanager.sql.fluent.models with type arguments of type ManagedInstancePairInfoModifier and TypeMethodDescriptionInstanceFailoverGroupInner.withManagedInstancePairs(List<ManagedInstancePairInfo> managedInstancePairs) Set the managedInstancePairs property: List of managed instance pairs in the failover group.InstanceFailoverGroupProperties.withManagedInstancePairs(List<ManagedInstancePairInfo> managedInstancePairs) Set the managedInstancePairs property: List of managed instance pairs in the failover group. -
Uses of ManagedInstancePairInfo in com.azure.resourcemanager.sql.models
Classes in com.azure.resourcemanager.sql.models that implement interfaces with type arguments of type ManagedInstancePairInfoModifier and TypeClassDescriptionfinal classPairs of Managed Instances in the failover group.Methods in com.azure.resourcemanager.sql.models that return ManagedInstancePairInfoModifier and TypeMethodDescriptionstatic ManagedInstancePairInfoManagedInstancePairInfo.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ManagedInstancePairInfo from the JsonReader.ManagedInstancePairInfo.withPartnerManagedInstanceId(String partnerManagedInstanceId) Set the partnerManagedInstanceId property: Id of Partner Managed Instance in pair.ManagedInstancePairInfo.withPrimaryManagedInstanceId(String primaryManagedInstanceId) Set the primaryManagedInstanceId property: Id of Primary Managed Instance in pair.