| Package | Description |
|---|---|
| com.azure.resourcemanager.sql.fluent |
Package containing the service clients for SqlManagementClient.
|
| com.azure.resourcemanager.sql.fluent.models |
Package containing the inner data models for SqlManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
ServerCommunicationLinkInner |
ServerCommunicationLinksClient.createOrUpdate(String resourceGroupName,
String serverName,
String communicationLinkName)
Creates a server communication link.
|
ServerCommunicationLinkInner |
ServerCommunicationLinksClient.createOrUpdate(String resourceGroupName,
String serverName,
String communicationLinkName,
String partnerServer)
Creates a server communication link.
|
ServerCommunicationLinkInner |
ServerCommunicationLinksClient.createOrUpdate(String resourceGroupName,
String serverName,
String communicationLinkName,
String partnerServer,
com.azure.core.util.Context context)
Creates a server communication link.
|
ServerCommunicationLinkInner |
ServerCommunicationLinksClient.get(String resourceGroupName,
String serverName,
String communicationLinkName)
Returns a server communication link.
|
| Modifier and Type | Method and Description |
|---|---|
ServerCommunicationLinkInner |
ServerCommunicationLinkInner.withPartnerServer(String partnerServer)
Set the partnerServer property: The name of the partner server.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.