IServerAdministratorOperations Interface

Definition

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

public interface IServerAdministratorOperations
type IServerAdministratorOperations = interface
Public Interface IServerAdministratorOperations

Methods

BeginCreateOrUpdateAsync(String, String, String, ServerAdministratorCreateOrUpdateParameters, CancellationToken)

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.

BeginDeleteAsync(String, String, String, CancellationToken)

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

CreateOrUpdateAsync(String, String, String, ServerAdministratorCreateOrUpdateParameters, CancellationToken)

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

DeleteAsync(String, String, String, CancellationToken)

Deletes an existing Azure SQL Server Active Directory Administrator.

GetAsync(String, String, String, CancellationToken)

Returns an Azure SQL Server Administrator.

GetServerAdministratorDeleteOperationStatusAsync(String, CancellationToken)

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

GetServerAdministratorOperationStatusAsync(String, CancellationToken)

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

ListAsync(String, String, CancellationToken)

Returns a list of Azure SQL Server Administrators.

Extension 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