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)

Public Interface IServerOperations

NameDescription
System_CAPS_pubmethodChangeAdministratorPasswordAsync(String, ServerChangeAdministratorPasswordParameters, CancellationToken)

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

System_CAPS_pubmethodCreateAsync(ServerCreateParameters, CancellationToken)

Provisions a new SQL Database server in a subscription.

System_CAPS_pubmethodDeleteAsync(String, CancellationToken)

Deletes the specified Azure SQL Database Server from a subscription.

System_CAPS_pubmethodListAsync(CancellationToken)

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

NameDescription
System_CAPS_pubmethodChangeAdministratorPassword(String, ServerChangeAdministratorPasswordParameters)

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

System_CAPS_pubmethodChangeAdministratorPasswordAsync(String, ServerChangeAdministratorPasswordParameters)

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

System_CAPS_pubmethodCreate(ServerCreateParameters)

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

System_CAPS_pubmethodCreateAsync(ServerCreateParameters)

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

System_CAPS_pubmethodDelete(String)

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

System_CAPS_pubmethodDeleteAsync(String)

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

System_CAPS_pubmethodList()

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

System_CAPS_pubmethodListAsync()

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

Return to top
Show: