ServerOperationsExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The Windows Azure SQL Database management API provides a RESTful set of web services that interact with Windows Azure SQL Database services to manage your databases. The API enables users to create, retrieve, update, and delete databases and servers.
public static class ServerOperationsExtensions
type ServerOperationsExtensions = class
Public Module ServerOperationsExtensions
- Inheritance
-
ServerOperationsExtensions
Methods
CreateOrUpdate(IServerOperations, String, String, ServerCreateOrUpdateParameters) |
Creates a new Azure SQL Database server. |
CreateOrUpdateAsync(IServerOperations, String, String, ServerCreateOrUpdateParameters) |
Creates a new Azure SQL Database server. |
Delete(IServerOperations, String, String) |
Returns information about an Azure SQL Database Server. |
DeleteAsync(IServerOperations, String, String) |
Returns information about an Azure SQL Database Server. |
Get(IServerOperations, String, String) |
Returns information about an Azure SQL Database Server. |
GetAsync(IServerOperations, String, String) |
Returns information about an Azure SQL Database Server. |
List(IServerOperations, String) |
Returns information about an Azure SQL Database Server. |
ListAsync(IServerOperations, String) |
Returns information about an Azure SQL Database Server. |
ListUsages(IServerOperations, String, String) |
Returns information about Azure SQL Database Server usage. |
ListUsagesAsync(IServerOperations, String, String) |
Returns information about Azure SQL Database Server usage. |