Share via


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
System_CAPS_pubmethod ChangeAdministratorPasswordAsync(String, ServerChangeAdministratorPasswordParameters, CancellationToken)

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

System_CAPS_pubmethod CreateAsync(ServerCreateParameters, CancellationToken)

Provisions a new SQL Database server in a subscription.

System_CAPS_pubmethod DeleteAsync(String, CancellationToken)

Deletes the specified Azure SQL Database Server from a subscription.

System_CAPS_pubmethod ListAsync(CancellationToken)

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

Extension Methods

Name Description
System_CAPS_pubmethod ChangeAdministratorPassword(String, ServerChangeAdministratorPasswordParameters)

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

System_CAPS_pubmethod ChangeAdministratorPasswordAsync(String, ServerChangeAdministratorPasswordParameters)

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

System_CAPS_pubmethod Create(ServerCreateParameters)

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

System_CAPS_pubmethod CreateAsync(ServerCreateParameters)

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

System_CAPS_pubmethod Delete(String)

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

System_CAPS_pubmethod DeleteAsync(String)

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

System_CAPS_pubmethod List()

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

System_CAPS_pubmethod 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