Freigeben über


IServerCommunicationLinkOperations Interface

Definition

Represents all the operations for operating on Azure SQL Server communication links. Contains operations to: Create, Retrieve, Update, and Delete.

public interface IServerCommunicationLinkOperations
type IServerCommunicationLinkOperations = interface
Public Interface IServerCommunicationLinkOperations

Methods

Name Description
BeginCreateOrUpdateAsync(String, String, String, ServerCommunicationLinkCreateOrUpdateParameters, CancellationToken)

Begins creating a new or updating an existing Azure SQL Server communication. To determine the status of the operation call GetServerCommunicationLinkOperationStatus.

CreateOrUpdateAsync(String, String, String, ServerCommunicationLinkCreateOrUpdateParameters, CancellationToken)

Creates a new or updates an existing Azure SQL Server communication link.

DeleteAsync(String, String, String, CancellationToken)

Deletes the Azure SQL server communication link with the given name.

GetAsync(String, String, String, CancellationToken)

Returns information about an Azure SQL Server communication links.

GetServerCommunicationLinkOperationStatusAsync(String, CancellationToken)

Gets the status of an Azure Sql Server communication link create or update operation.

ListAsync(String, String, CancellationToken)

Returns information about Azure SQL Server communication links.

Extension Methods

Name Description
BeginCreateOrUpdate(IServerCommunicationLinkOperations, String, String, String, ServerCommunicationLinkCreateOrUpdateParameters)

Begins creating a new or updating an existing Azure SQL Server communication. To determine the status of the operation call GetServerCommunicationLinkOperationStatus.

BeginCreateOrUpdateAsync(IServerCommunicationLinkOperations, String, String, String, ServerCommunicationLinkCreateOrUpdateParameters)

Begins creating a new or updating an existing Azure SQL Server communication. To determine the status of the operation call GetServerCommunicationLinkOperationStatus.

CreateOrUpdate(IServerCommunicationLinkOperations, String, String, String, ServerCommunicationLinkCreateOrUpdateParameters)

Creates a new or updates an existing Azure SQL Server communication link.

CreateOrUpdateAsync(IServerCommunicationLinkOperations, String, String, String, ServerCommunicationLinkCreateOrUpdateParameters)

Creates a new or updates an existing Azure SQL Server communication link.

Delete(IServerCommunicationLinkOperations, String, String, String)

Deletes the Azure SQL server communication link with the given name.

DeleteAsync(IServerCommunicationLinkOperations, String, String, String)

Deletes the Azure SQL server communication link with the given name.

Get(IServerCommunicationLinkOperations, String, String, String)

Returns information about an Azure SQL Server communication links.

GetAsync(IServerCommunicationLinkOperations, String, String, String)

Returns information about an Azure SQL Server communication links.

GetServerCommunicationLinkOperationStatus(IServerCommunicationLinkOperations, String)

Gets the status of an Azure Sql Server communication link create or update operation.

GetServerCommunicationLinkOperationStatusAsync(IServerCommunicationLinkOperations, String)

Gets the status of an Azure Sql Server communication link create or update operation.

List(IServerCommunicationLinkOperations, String, String)

Returns information about Azure SQL Server communication links.

ListAsync(IServerCommunicationLinkOperations, String, String)

Returns information about Azure SQL Server communication links.

Applies to