IServerCommunicationLinkOperations Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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. |