PartnerRegionInfo Class
- java.
lang. Object - com.
microsoft. azure. management. sql. PartnerRegionInfo
- com.
public class PartnerRegionInfo
Partner region information for the failover group.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
location()
Get geo location of the partner managed instances. |
Instance |
replicationRole()
Get replication role of the partner managed instances. Possible values include: 'Primary', 'Secondary'. |
Partner |
withLocation(String location)
Set geo location of the partner managed instances. |
Method Details
location
public String location()
Get geo location of the partner managed instances.
Returns:
replicationRole
public InstanceFailoverGroupReplicationRole replicationRole()
Get replication role of the partner managed instances. Possible values include: 'Primary', 'Secondary'.
Returns:
withLocation
public PartnerRegionInfo withLocation(String location)
Set geo location of the partner managed instances.
Parameters:
Returns:
Applies to
Azure SDK for Java