com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ServerCommunicationLinkInner>,ServerCommunicationLinkInner> |
ServerCommunicationLinksClient.beginCreateOrUpdate(String resourceGroupName,
String serverName,
String communicationLinkName,
String partnerServer) |
Creates a server communication link.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ServerCommunicationLinkInner>,ServerCommunicationLinkInner> |
ServerCommunicationLinksClient.beginCreateOrUpdate(String resourceGroupName,
String serverName,
String communicationLinkName,
String partnerServer) |
Creates a server communication link.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ServerCommunicationLinkInner>,ServerCommunicationLinkInner> |
ServerCommunicationLinksClient.beginCreateOrUpdate(String resourceGroupName,
String serverName,
String communicationLinkName,
String partnerServer,
com.azure.core.util.Context context) |
Creates a server communication link.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ServerCommunicationLinkInner>,ServerCommunicationLinkInner> |
ServerCommunicationLinksClient.beginCreateOrUpdate(String resourceGroupName,
String serverName,
String communicationLinkName,
String partnerServer,
com.azure.core.util.Context context) |
Creates a server communication link.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<ServerCommunicationLinkInner>,ServerCommunicationLinkInner> |
ServerCommunicationLinksClient.beginCreateOrUpdateAsync(String resourceGroupName,
String serverName,
String communicationLinkName,
String partnerServer) |
Creates a server communication link.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<ServerCommunicationLinkInner>,ServerCommunicationLinkInner> |
ServerCommunicationLinksClient.beginCreateOrUpdateAsync(String resourceGroupName,
String serverName,
String communicationLinkName,
String partnerServer) |
Creates a server communication link.
|
Mono<ServerCommunicationLinkInner> |
ServerCommunicationLinksClient.createOrUpdateAsync(String resourceGroupName,
String serverName,
String communicationLinkName) |
Creates a server communication link.
|
Mono<ServerCommunicationLinkInner> |
ServerCommunicationLinksClient.createOrUpdateAsync(String resourceGroupName,
String serverName,
String communicationLinkName,
String partnerServer) |
Creates a server communication link.
|
Mono<ServerCommunicationLinkInner> |
ServerCommunicationLinksClient.getAsync(String resourceGroupName,
String serverName,
String communicationLinkName) |
Returns a server communication link.
|
com.azure.core.http.rest.Response<ServerCommunicationLinkInner> |
ServerCommunicationLinksClient.getWithResponse(String resourceGroupName,
String serverName,
String communicationLinkName,
com.azure.core.util.Context context) |
Returns a server communication link.
|
Mono<com.azure.core.http.rest.Response<ServerCommunicationLinkInner>> |
ServerCommunicationLinksClient.getWithResponseAsync(String resourceGroupName,
String serverName,
String communicationLinkName) |
Returns a server communication link.
|
com.azure.core.http.rest.PagedIterable<ServerCommunicationLinkInner> |
ServerCommunicationLinksClient.listByServer(String resourceGroupName,
String serverName) |
Gets a list of server communication links.
|
com.azure.core.http.rest.PagedIterable<ServerCommunicationLinkInner> |
ServerCommunicationLinksClient.listByServer(String resourceGroupName,
String serverName,
com.azure.core.util.Context context) |
Gets a list of server communication links.
|
com.azure.core.http.rest.PagedFlux<ServerCommunicationLinkInner> |
ServerCommunicationLinksClient.listByServerAsync(String resourceGroupName,
String serverName) |
Gets a list of server communication links.
|