IServerOperations Members
Contains methods to allow various operations on Azure SQL Database Servers.
The following tables list the members exposed by the IServerOperations type.
Public Methods
(see also Extension Methods)
Name | Description | |
---|---|---|
ChangeAdministratorPasswordAsync | Changes the administrative password of an existing Azure SQL Database Server for a given subscription. | |
CreateAsync | Provisions a new SQL Database server in a subscription. | |
DeleteAsync | Deletes the specified Azure SQL Database Server from a subscription. | |
ListAsync | Returns all SQL Database Servers that are provisioned for a subscription. |
Top
Extension Methods
Name | Description | |
---|---|---|
ChangeAdministratorPassword | Changes the administrative password of an existing Azure SQL Database Server for a given subscription. (Defined by ServerOperationsExtensions.) | |
ChangeAdministratorPasswordAsync | Changes the administrative password of an existing Azure SQL Database Server for a given subscription. (Defined by ServerOperationsExtensions.) | |
Create | Provisions a new SQL Database server in a subscription. (Defined by ServerOperationsExtensions.) | |
CreateAsync | Provisions a new SQL Database server in a subscription. (Defined by ServerOperationsExtensions.) | |
Delete | Deletes the specified Azure SQL Database Server from a subscription. (Defined by ServerOperationsExtensions.) | |
DeleteAsync | Deletes the specified Azure SQL Database Server from a subscription. (Defined by ServerOperationsExtensions.) | |
List | Returns all SQL Database Servers that are provisioned for a subscription. (Defined by ServerOperationsExtensions.) | |
ListAsync | Returns all SQL Database Servers that are provisioned for a subscription. (Defined by ServerOperationsExtensions.) |
Top
See Also
Reference
IServerOperations Interface
Microsoft.WindowsAzure.Management.Sql Namespace