IServerOperations Interface

 

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

Namespace:   Microsoft.WindowsAzure.Management.Sql
Assembly:  Microsoft.WindowsAzure.Management.Sql (in Microsoft.WindowsAzure.Management.Sql.dll)

Syntax

public interface IServerOperations
public interface class IServerOperations
type IServerOperations = interface end
Public Interface IServerOperations

Methods

Name Description
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

Name Description
ChangeAdministratorPassword(String, ServerChangeAdministratorPasswordParameters)

Changes the administrative password of an existing Azure SQL Database Server for a given subscription.(Defined by ServerOperationsExtensions.)

ChangeAdministratorPasswordAsync(String, ServerChangeAdministratorPasswordParameters)

Changes the administrative password of an existing Azure SQL Database Server for a given subscription.(Defined by ServerOperationsExtensions.)

Create(ServerCreateParameters)

Provisions a new SQL Database server in a subscription.(Defined by ServerOperationsExtensions.)

CreateAsync(ServerCreateParameters)

Provisions a new SQL Database server in a subscription.(Defined by ServerOperationsExtensions.)

Delete(String)

Deletes the specified Azure SQL Database Server from a subscription.(Defined by ServerOperationsExtensions.)

DeleteAsync(String)

Deletes the specified Azure SQL Database Server from a subscription.(Defined by ServerOperationsExtensions.)

List()

Returns all SQL Database Servers that are provisioned for a subscription.(Defined by ServerOperationsExtensions.)

ListAsync()

Returns all SQL Database Servers that are provisioned for a subscription.(Defined by ServerOperationsExtensions.)

See Also

Microsoft.WindowsAzure.Management.Sql Namespace

Return to top