PartnerInfo Class
- java.
lang. Object - com.
microsoft. azure. management. sql. PartnerInfo
- com.
public class PartnerInfo
Partner server information for the failover group.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
id()
Get resource identifier of the partner server. |
String |
location()
Get geo location of the partner server. |
Failover |
replicationRole()
Get replication role of the partner server. Possible values include: 'Primary', 'Secondary'. |
Partner |
withId(String id)
Set resource identifier of the partner server. |
Method Details
id
public String id()
Get resource identifier of the partner server.
Returns:
location
public String location()
Get geo location of the partner server.
Returns:
replicationRole
public FailoverGroupReplicationRole replicationRole()
Get replication role of the partner server. Possible values include: 'Primary', 'Secondary'.
Returns:
withId
public PartnerInfo withId(String id)
Set resource identifier of the partner server.
Parameters:
Returns:
Applies to
Azure SDK for Java