ServerOperationsExtensions Class

 

This is the main client class for interacting with the Azure SQL Database REST APIs.

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

System.Object
  Microsoft.WindowsAzure.Management.Sql.ServerOperationsExtensions

public static class ServerOperationsExtensions

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.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: