ServerAdministratorOperationsExtensions 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 ServerAdministratorOperationsExtensions
type ServerAdministratorOperationsExtensions = class
Public Module ServerAdministratorOperationsExtensions
Inheritance
ServerAdministratorOperationsExtensions

Methods

BeginCreateOrUpdate(IServerAdministratorOperations, String, String, String, ServerAdministratorCreateOrUpdateParameters)

Begins creating a new Azure SQL Server Active Directory Administrator or updating an existing Azure SQL Server Active Directory Administrator. To determine the status of the operation call GetServerAdministratorOperationStatus.

BeginCreateOrUpdateAsync(IServerAdministratorOperations, String, String, String, ServerAdministratorCreateOrUpdateParameters)

Begins creating a new Azure SQL Server Active Directory Administrator or updating an existing Azure SQL Server Active Directory Administrator. To determine the status of the operation call GetServerAdministratorOperationStatus.

BeginDelete(IServerAdministratorOperations, String, String, String)

Begins deleting an existing Azure SQL Server Active Directory Administrator.To determine the status of the operation call GetServerAdministratorDeleteOperationStatus.

BeginDeleteAsync(IServerAdministratorOperations, String, String, String)

Begins deleting an existing Azure SQL Server Active Directory Administrator.To determine the status of the operation call GetServerAdministratorDeleteOperationStatus.

CreateOrUpdate(IServerAdministratorOperations, String, String, String, ServerAdministratorCreateOrUpdateParameters)

Creates a new Azure SQL Server Active Directory Administrator or updates an existing Azure SQL Server Active Directory Administrator.

CreateOrUpdateAsync(IServerAdministratorOperations, String, String, String, ServerAdministratorCreateOrUpdateParameters)

Creates a new Azure SQL Server Active Directory Administrator or updates an existing Azure SQL Server Active Directory Administrator.

Delete(IServerAdministratorOperations, String, String, String)

Deletes an existing Azure SQL Server Active Directory Administrator.

DeleteAsync(IServerAdministratorOperations, String, String, String)

Deletes an existing Azure SQL Server Active Directory Administrator.

Get(IServerAdministratorOperations, String, String, String)

Returns an Azure SQL Server Administrator.

GetAsync(IServerAdministratorOperations, String, String, String)

Returns an Azure SQL Server Administrator.

GetServerAdministratorDeleteOperationStatus(IServerAdministratorOperations, String)

Gets the status of an Azure SQL Server Active Directory Administrator delete operation.

GetServerAdministratorDeleteOperationStatusAsync(IServerAdministratorOperations, String)

Gets the status of an Azure SQL Server Active Directory Administrator delete operation.

GetServerAdministratorOperationStatus(IServerAdministratorOperations, String)

Gets the status of an Azure SQL Server Active Directory Administrator create or update operation.

GetServerAdministratorOperationStatusAsync(IServerAdministratorOperations, String)

Gets the status of an Azure SQL Server Active Directory Administrator create or update operation.

List(IServerAdministratorOperations, String, String)

Returns a list of Azure SQL Server Administrators.

ListAsync(IServerAdministratorOperations, String, String)

Returns a list of Azure SQL Server Administrators.

Applies to