public class ServerCommunicationLinkInner
extends com.azure.core.management.ProxyResource
| Constructor and Description |
|---|
ServerCommunicationLinkInner() |
| Modifier and Type | Method and Description |
|---|---|
String |
kind()
Get the kind property: Communication link kind.
|
String |
location()
Get the location property: Communication link location.
|
String |
partnerServer()
Get the partnerServer property: The name of the partner server.
|
String |
state()
Get the state property: The state.
|
void |
validate()
Validates the instance.
|
ServerCommunicationLinkInner |
withPartnerServer(String partnerServer)
Set the partnerServer property: The name of the partner server.
|
public String location()
public String kind()
public String state()
public String partnerServer()
public ServerCommunicationLinkInner withPartnerServer(String partnerServer)
partnerServer - the partnerServer value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.