IServerOperations Interface

Definition

Contains methods to allow various operations on Azure SQL Database Servers.

public interface IServerOperations
type IServerOperations = interface
Public Interface IServerOperations

Methods

ChangeAdministratorPasswordAsync(String, ServerChangeAdministratorPasswordParameters, CancellationToken)

Changes the administrative password of an existing Azure SQL Database Server for a given subscription.

CreateAsync(ServerCreateParameters, CancellationToken)

Provisions a new SQL Database server in a subscription.

DeleteAsync(String, CancellationToken)

Deletes the specified Azure SQL Database Server from a subscription.

ListAsync(CancellationToken)

Returns all SQL Database Servers that are provisioned for a subscription.

Extension Methods

ChangeAdministratorPassword(IServerOperations, String, ServerChangeAdministratorPasswordParameters)

Changes the administrative password of an existing Azure SQL Database Server for a given subscription.

ChangeAdministratorPasswordAsync(IServerOperations, String, ServerChangeAdministratorPasswordParameters)

Changes the administrative password of an existing Azure SQL Database Server for a given subscription.

Create(IServerOperations, ServerCreateParameters)

Provisions a new SQL Database server in a subscription.

CreateAsync(IServerOperations, ServerCreateParameters)

Provisions a new SQL Database server in a subscription.

Delete(IServerOperations, String)

Deletes the specified Azure SQL Database Server from a subscription.

DeleteAsync(IServerOperations, String)

Deletes the specified Azure SQL Database Server from a subscription.

List(IServerOperations)

Returns all SQL Database Servers that are provisioned for a subscription.

ListAsync(IServerOperations)

Returns all SQL Database Servers that are provisioned for a subscription.

Applies to