public class PartnerInfo extends Object
| Constructor and Description |
|---|
PartnerInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
id()
Get resource identifier of the partner server.
|
String |
location()
Get geo location of the partner server.
|
FailoverGroupReplicationRole |
replicationRole()
Get replication role of the partner server.
|
PartnerInfo |
withId(String id)
Set resource identifier of the partner server.
|
public String id()
public PartnerInfo withId(String id)
id - the id value to setpublic String location()
public FailoverGroupReplicationRole replicationRole()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/