ServerCommunicationLinksClient Interface
public interface ServerCommunicationLinksClient
An instance of this class provides access to all the operations defined in ServerCommunicationLinksClient.
Method Summary
Method Details
beginCreateOrUpdate
public abstract SyncPoller<PollResult<ServerCommunicationLinkInner>,ServerCommunicationLinkInner> beginCreateOrUpdate(String resourceGroupName, String serverName, String communicationLinkName, ServerCommunicationLinkInner parameters)
Creates a server communication link.
Parameters:
Returns:
beginCreateOrUpdate
public abstract SyncPoller<PollResult<ServerCommunicationLinkInner>,ServerCommunicationLinkInner> beginCreateOrUpdate(String resourceGroupName, String serverName, String communicationLinkName, ServerCommunicationLinkInner parameters, Context context)
Creates a server communication link.
Parameters:
Returns:
beginCreateOrUpdateAsync
public abstract PollerFlux<PollResult<ServerCommunicationLinkInner>,ServerCommunicationLinkInner> beginCreateOrUpdateAsync(String resourceGroupName, String serverName, String communicationLinkName, ServerCommunicationLinkInner parameters)
Creates a server communication link.
Parameters:
Returns:
createOrUpdate
public abstract ServerCommunicationLinkInner createOrUpdate(String resourceGroupName, String serverName, String communicationLinkName, ServerCommunicationLinkInner parameters)
Creates a server communication link.
Parameters:
Returns:
createOrUpdate
public abstract ServerCommunicationLinkInner createOrUpdate(String resourceGroupName, String serverName, String communicationLinkName, ServerCommunicationLinkInner parameters, Context context)
Creates a server communication link.
Parameters:
Returns:
createOrUpdateAsync
public abstract Mono<ServerCommunicationLinkInner> createOrUpdateAsync(String resourceGroupName, String serverName, String communicationLinkName, ServerCommunicationLinkInner parameters)
Creates a server communication link.
Parameters:
Returns:
createOrUpdateWithResponseAsync
public abstract Mono<Response<Flux<ByteBuffer>>> createOrUpdateWithResponseAsync(String resourceGroupName, String serverName, String communicationLinkName, ServerCommunicationLinkInner parameters)
Creates a server communication link.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String serverName, String communicationLinkName)
Deletes a server communication link.
Parameters:
deleteAsync
public abstract Mono<Void> deleteAsync(String resourceGroupName, String serverName, String communicationLinkName)
Deletes a server communication link.
Parameters:
Returns:
deleteWithResponse
public abstract Response<Void> deleteWithResponse(String resourceGroupName, String serverName, String communicationLinkName, Context context)
Deletes a server communication link.
Parameters:
Returns:
deleteWithResponseAsync
public abstract Mono<Response<Void>> deleteWithResponseAsync(String resourceGroupName, String serverName, String communicationLinkName)
Deletes a server communication link.
Parameters:
Returns:
get
public abstract ServerCommunicationLinkInner get(String resourceGroupName, String serverName, String communicationLinkName)
Returns a server communication link.
Parameters:
Returns:
getAsync
public abstract Mono<ServerCommunicationLinkInner> getAsync(String resourceGroupName, String serverName, String communicationLinkName)
Returns a server communication link.
Parameters:
Returns:
getWithResponse
public abstract Response<ServerCommunicationLinkInner> getWithResponse(String resourceGroupName, String serverName, String communicationLinkName, Context context)
Returns a server communication link.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono<Response<ServerCommunicationLinkInner>> getWithResponseAsync(String resourceGroupName, String serverName, String communicationLinkName)
Returns a server communication link.
Parameters:
Returns:
listByServer
public abstract PagedIterable<ServerCommunicationLinkInner> listByServer(String resourceGroupName, String serverName)
Gets a list of server communication links.
Parameters:
Returns:
listByServer
public abstract PagedIterable<ServerCommunicationLinkInner> listByServer(String resourceGroupName, String serverName, Context context)
Gets a list of server communication links.
Parameters:
Returns:
listByServerAsync
public abstract PagedFlux<ServerCommunicationLinkInner> listByServerAsync(String resourceGroupName, String serverName)
Gets a list of server communication links.
Parameters:
Returns: