Uses of Class
com.azure.resourcemanager.sql.models.PartnerRegionInfo
Packages that use PartnerRegionInfo
Package
Description
Package containing the inner data models for SqlManagementClient.
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 PartnerRegionInfoModifier and TypeMethodDescriptionInstanceFailoverGroupInner.partnerRegions()Get the partnerRegions property: Partner region information for the failover group.InstanceFailoverGroupProperties.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 PartnerRegionInfoModifier and TypeMethodDescriptionInstanceFailoverGroupInner.withPartnerRegions(List<PartnerRegionInfo> partnerRegions) Set the partnerRegions property: Partner region information for the failover group.InstanceFailoverGroupProperties.withPartnerRegions(List<PartnerRegionInfo> partnerRegions) Set the partnerRegions property: Partner region information for the failover group. -
Uses of PartnerRegionInfo in com.azure.resourcemanager.sql.models
Classes in com.azure.resourcemanager.sql.models that implement interfaces with type arguments of type PartnerRegionInfoModifier and TypeClassDescriptionfinal classPartner region information for the failover group.Methods in com.azure.resourcemanager.sql.models that return PartnerRegionInfoModifier and TypeMethodDescriptionstatic PartnerRegionInfoPartnerRegionInfo.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of PartnerRegionInfo from the JsonReader.PartnerRegionInfo.withLocation(String location) Set the location property: Geo location of the partner managed instances.