Share via


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)

Inheritance Hierarchy

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

Syntax

public static class ServerOperationsExtensions
[ExtensionAttribute]
public ref class ServerOperationsExtensions abstract sealed 
[<AbstractClass>]
[<Sealed>]
type ServerOperationsExtensions = class end
<ExtensionAttribute>
Public NotInheritable Class ServerOperationsExtensions

Methods

Name Description
System_CAPS_pubmethodSystem_CAPS_static ChangeAdministratorPassword(IServerOperations, String, ServerChangeAdministratorPasswordParameters)

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

System_CAPS_pubmethodSystem_CAPS_static ChangeAdministratorPasswordAsync(IServerOperations, String, ServerChangeAdministratorPasswordParameters)

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

System_CAPS_pubmethodSystem_CAPS_static Create(IServerOperations, ServerCreateParameters)

Provisions a new SQL Database server in a subscription.

System_CAPS_pubmethodSystem_CAPS_static CreateAsync(IServerOperations, ServerCreateParameters)

Provisions a new SQL Database server in a subscription.

System_CAPS_pubmethodSystem_CAPS_static Delete(IServerOperations, String)

Deletes the specified Azure SQL Database Server from a subscription.

System_CAPS_pubmethodSystem_CAPS_static DeleteAsync(IServerOperations, String)

Deletes the specified Azure SQL Database Server from a subscription.

System_CAPS_pubmethodSystem_CAPS_static List(IServerOperations)

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

System_CAPS_pubmethodSystem_CAPS_static ListAsync(IServerOperations)

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

Thread Safety

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

See Also

Microsoft.WindowsAzure.Management.Sql Namespace

Return to top