ServerCommunicationLinkOperationsExtensions Class

Definition

The Windows Azure SQL Database management API provides a RESTful set of web services that interact with Windows Azure SQL Database services to manage your databases. The API enables users to create, retrieve, update, and delete databases and servers.

public static class ServerCommunicationLinkOperationsExtensions
type ServerCommunicationLinkOperationsExtensions = class
Public Module ServerCommunicationLinkOperationsExtensions
Inheritance
ServerCommunicationLinkOperationsExtensions

Methods

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