Uses of Class
com.azure.resourcemanager.sql.models.PartnerRegionInfo
-
Packages that use PartnerRegionInfo Package Description com.azure.resourcemanager.sql.fluent.models Package containing the inner data models for SqlManagementClient.com.azure.resourcemanager.sql.models Package containing the data models for SqlManagementClient. -
-
Uses of PartnerRegionInfo in com.azure.resourcemanager.sql.fluent.models
Methods in com.azure.resourcemanager.sql.fluent.models that return types with arguments of type PartnerRegionInfo Modifier and Type Method Description List<PartnerRegionInfo>InstanceFailoverGroupInner. partnerRegions()Get the partnerRegions property: Partner region information for the failover group.Method parameters in com.azure.resourcemanager.sql.fluent.models with type arguments of type PartnerRegionInfo Modifier and Type Method Description InstanceFailoverGroupInnerInstanceFailoverGroupInner. withPartnerRegions(List<PartnerRegionInfo> partnerRegions)Set the partnerRegions property: Partner region information for the failover group. -
Uses of PartnerRegionInfo in com.azure.resourcemanager.sql.models
Methods in com.azure.resourcemanager.sql.models that return PartnerRegionInfo Modifier and Type Method Description PartnerRegionInfoPartnerRegionInfo. withLocation(String location)Set the location property: Geo location of the partner managed instances.
-