Class PartnerRegionInfo
java.lang.Object
com.microsoft.azure.management.sql.PartnerRegionInfo
Partner region information for the failover group.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionlocation()
Get geo location of the partner managed instances.Get replication role of the partner managed instances.withLocation
(String location) Set geo location of the partner managed instances.
-
Constructor Details
-
PartnerRegionInfo
public PartnerRegionInfo()
-
-
Method Details
-
location
Get geo location of the partner managed instances.- Returns:
- the location value
-
withLocation
Set geo location of the partner managed instances.- Parameters:
location
- the location value to set- Returns:
- the PartnerRegionInfo object itself.
-
replicationRole
Get replication role of the partner managed instances. Possible values include: 'Primary', 'Secondary'.- Returns:
- the replicationRole value
-