ServerOperationsExtensions Methods

 

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

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticChangeAdministratorPassword(IServerOperations, String, ServerChangeAdministratorPasswordParameters)

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

System_CAPS_pubmethodSystem_CAPS_staticChangeAdministratorPasswordAsync(IServerOperations, String, ServerChangeAdministratorPasswordParameters)

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

System_CAPS_pubmethodSystem_CAPS_staticCreate(IServerOperations, ServerCreateParameters)

Provisions a new SQL Database server in a subscription.

System_CAPS_pubmethodSystem_CAPS_staticCreateAsync(IServerOperations, ServerCreateParameters)

Provisions a new SQL Database server in a subscription.

System_CAPS_pubmethodSystem_CAPS_staticDelete(IServerOperations, String)

Deletes the specified Azure SQL Database Server from a subscription.

System_CAPS_pubmethodSystem_CAPS_staticDeleteAsync(IServerOperations, String)

Deletes the specified Azure SQL Database Server from a subscription.

System_CAPS_pubmethodSystem_CAPS_staticList(IServerOperations)

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

System_CAPS_pubmethodSystem_CAPS_staticListAsync(IServerOperations)

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

Return to top
Show: