public interface ServerCommunicationLinksClient
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ServerCommunicationLinkInner>,ServerCommunicationLinkInner> |
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> |
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> |
beginCreateOrUpdateAsync(String resourceGroupName,
String serverName,
String communicationLinkName,
String partnerServer)
Creates a server communication link.
|
ServerCommunicationLinkInner |
createOrUpdate(String resourceGroupName,
String serverName,
String communicationLinkName)
Creates a server communication link.
|
ServerCommunicationLinkInner |
createOrUpdate(String resourceGroupName,
String serverName,
String communicationLinkName,
String partnerServer)
Creates a server communication link.
|
ServerCommunicationLinkInner |
createOrUpdate(String resourceGroupName,
String serverName,
String communicationLinkName,
String partnerServer,
com.azure.core.util.Context context)
Creates a server communication link.
|
Mono<ServerCommunicationLinkInner> |
createOrUpdateAsync(String resourceGroupName,
String serverName,
String communicationLinkName)
Creates a server communication link.
|
Mono<ServerCommunicationLinkInner> |
createOrUpdateAsync(String resourceGroupName,
String serverName,
String communicationLinkName,
String partnerServer)
Creates a server communication link.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
createOrUpdateWithResponseAsync(String resourceGroupName,
String serverName,
String communicationLinkName,
String partnerServer)
Creates a server communication link.
|
void |
delete(String resourceGroupName,
String serverName,
String communicationLinkName)
Deletes a server communication link.
|
Mono<Void> |
deleteAsync(String resourceGroupName,
String serverName,
String communicationLinkName)
Deletes a server communication link.
|
com.azure.core.http.rest.Response<Void> |
deleteWithResponse(String resourceGroupName,
String serverName,
String communicationLinkName,
com.azure.core.util.Context context)
Deletes a server communication link.
|
Mono<com.azure.core.http.rest.Response<Void>> |
deleteWithResponseAsync(String resourceGroupName,
String serverName,
String communicationLinkName)
Deletes a server communication link.
|
ServerCommunicationLinkInner |
get(String resourceGroupName,
String serverName,
String communicationLinkName)
Returns a server communication link.
|
Mono<ServerCommunicationLinkInner> |
getAsync(String resourceGroupName,
String serverName,
String communicationLinkName)
Returns a server communication link.
|
com.azure.core.http.rest.Response<ServerCommunicationLinkInner> |
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>> |
getWithResponseAsync(String resourceGroupName,
String serverName,
String communicationLinkName)
Returns a server communication link.
|
com.azure.core.http.rest.PagedIterable<ServerCommunicationLinkInner> |
listByServer(String resourceGroupName,
String serverName)
Gets a list of server communication links.
|
com.azure.core.http.rest.PagedIterable<ServerCommunicationLinkInner> |
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> |
listByServerAsync(String resourceGroupName,
String serverName)
Gets a list of server communication links.
|
Mono<com.azure.core.http.rest.Response<Void>> deleteWithResponseAsync(String resourceGroupName, String serverName, String communicationLinkName)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.serverName - The name of the server.communicationLinkName - The name of the server communication link.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> deleteAsync(String resourceGroupName, String serverName, String communicationLinkName)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.serverName - The name of the server.communicationLinkName - The name of the server communication link.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void delete(String resourceGroupName, String serverName, String communicationLinkName)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.serverName - The name of the server.communicationLinkName - The name of the server communication link.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<Void> deleteWithResponse(String resourceGroupName, String serverName, String communicationLinkName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.serverName - The name of the server.communicationLinkName - The name of the server communication link.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<ServerCommunicationLinkInner>> getWithResponseAsync(String resourceGroupName, String serverName, String communicationLinkName)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.serverName - The name of the server.communicationLinkName - The name of the server communication link.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<ServerCommunicationLinkInner> getAsync(String resourceGroupName, String serverName, String communicationLinkName)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.serverName - The name of the server.communicationLinkName - The name of the server communication link.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.ServerCommunicationLinkInner get(String resourceGroupName, String serverName, String communicationLinkName)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.serverName - The name of the server.communicationLinkName - The name of the server communication link.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<ServerCommunicationLinkInner> getWithResponse(String resourceGroupName, String serverName, String communicationLinkName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.serverName - The name of the server.communicationLinkName - The name of the server communication link.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> createOrUpdateWithResponseAsync(String resourceGroupName, String serverName, String communicationLinkName, String partnerServer)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.serverName - The name of the server.communicationLinkName - The name of the server communication link.partnerServer - The name of the partner server.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<ServerCommunicationLinkInner>,ServerCommunicationLinkInner> beginCreateOrUpdateAsync(String resourceGroupName, String serverName, String communicationLinkName, String partnerServer)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.serverName - The name of the server.communicationLinkName - The name of the server communication link.partnerServer - The name of the partner server.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ServerCommunicationLinkInner>,ServerCommunicationLinkInner> beginCreateOrUpdate(String resourceGroupName, String serverName, String communicationLinkName, String partnerServer)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.serverName - The name of the server.communicationLinkName - The name of the server communication link.partnerServer - The name of the partner server.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ServerCommunicationLinkInner>,ServerCommunicationLinkInner> beginCreateOrUpdate(String resourceGroupName, String serverName, String communicationLinkName, String partnerServer, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.serverName - The name of the server.communicationLinkName - The name of the server communication link.partnerServer - The name of the partner server.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<ServerCommunicationLinkInner> createOrUpdateAsync(String resourceGroupName, String serverName, String communicationLinkName, String partnerServer)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.serverName - The name of the server.communicationLinkName - The name of the server communication link.partnerServer - The name of the partner server.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<ServerCommunicationLinkInner> createOrUpdateAsync(String resourceGroupName, String serverName, String communicationLinkName)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.serverName - The name of the server.communicationLinkName - The name of the server communication link.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.ServerCommunicationLinkInner createOrUpdate(String resourceGroupName, String serverName, String communicationLinkName, String partnerServer)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.serverName - The name of the server.communicationLinkName - The name of the server communication link.partnerServer - The name of the partner server.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.ServerCommunicationLinkInner createOrUpdate(String resourceGroupName, String serverName, String communicationLinkName, String partnerServer, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.serverName - The name of the server.communicationLinkName - The name of the server communication link.partnerServer - The name of the partner server.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.ServerCommunicationLinkInner createOrUpdate(String resourceGroupName, String serverName, String communicationLinkName)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.serverName - The name of the server.communicationLinkName - The name of the server communication link.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<ServerCommunicationLinkInner> listByServerAsync(String resourceGroupName, String serverName)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.serverName - The name of the server.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<ServerCommunicationLinkInner> listByServer(String resourceGroupName, String serverName)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.serverName - The name of the server.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<ServerCommunicationLinkInner> listByServer(String resourceGroupName, String serverName, com.azure.core.util.Context context)
resourceGroupName - The name of the resource group that contains the resource. You can obtain this value
from the Azure Resource Manager API or the portal.serverName - The name of the server.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Copyright © 2020 Microsoft Corporation. All rights reserved.