DatabaseOperationsExtensions Members
This is the main client class for interacting with the Azure SQL Database REST APIs.
The following tables list the members exposed by the DatabaseOperationsExtensions type.
Public Methods
Name | Description | |
---|---|---|
Create | Creates a database in an Azure SQL Database Server. | |
CreateAsync | Creates a database in an Azure SQL Database Server. | |
Delete | Drops a database from an Azure SQL Database Server. | |
DeleteAsync | Drops a database from an Azure SQL Database Server. | |
Get | Returns information about an Azure SQL Database. | |
GetAsync | Returns information about an Azure SQL Database. | |
GetEventLogs | Returns information about an Azure SQL Database event logs. | |
GetEventLogsAsync | Returns information about an Azure SQL Database event logs. | |
List | Returns a collection of Azure SQL Databases. | |
ListAsync | Returns a collection of Azure SQL Databases. | |
Update | Updates the properties of an Azure SQL Database. | |
UpdateAsync | Updates the properties of an Azure SQL Database. |
Top
See Also
Reference
DatabaseOperationsExtensions Class
Microsoft.WindowsAzure.Management.Sql Namespace