ServerKeyOperationsExtensions 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 ServerKeyOperationsExtensions
type ServerKeyOperationsExtensions = class
Public Module ServerKeyOperationsExtensions
- Inheritance
-
ServerKeyOperationsExtensions
Methods
BeginCreateOrUpdate(IServerKeyOperations, String, String, String, ServerKeyCreateOrUpdateParameters) |
Begins creating a new Azure SQL Server Key or updating an existing Azure SQL Server Key. To determine the status of the operation call GetCreateOrUpdateOperationStatus. |
BeginCreateOrUpdateAsync(IServerKeyOperations, String, String, String, ServerKeyCreateOrUpdateParameters) |
Begins creating a new Azure SQL Server Key or updating an existing Azure SQL Server Key. To determine the status of the operation call GetCreateOrUpdateOperationStatus. |
BeginDelete(IServerKeyOperations, String, String, String) |
Begins deleting an existing Azure SQL Server Key.To determine the status of the operation call GetDeleteOperationStatus. |
BeginDeleteAsync(IServerKeyOperations, String, String, String) |
Begins deleting an existing Azure SQL Server Key.To determine the status of the operation call GetDeleteOperationStatus. |
CreateOrUpdate(IServerKeyOperations, String, String, String, ServerKeyCreateOrUpdateParameters) |
Creates a new Azure SQL Server Key or updates an existing Azure SQL Server Key. |
CreateOrUpdateAsync(IServerKeyOperations, String, String, String, ServerKeyCreateOrUpdateParameters) |
Creates a new Azure SQL Server Key or updates an existing Azure SQL Server Key. |
Delete(IServerKeyOperations, String, String, String) |
Deletes an existing Azure SQL Server Key. |
DeleteAsync(IServerKeyOperations, String, String, String) |
Deletes an existing Azure SQL Server Key. |
Get(IServerKeyOperations, String, String, String) |
Gets an Azure Sql Server Key. |
GetAsync(IServerKeyOperations, String, String, String) |
Gets an Azure Sql Server Key. |
GetCreateOrUpdateOperationStatus(IServerKeyOperations, String) |
Gets the status of an Azure SQL Server Key create or update operation. |
GetCreateOrUpdateOperationStatusAsync(IServerKeyOperations, String) |
Gets the status of an Azure SQL Server Key create or update operation. |
GetDeleteOperationStatus(IServerKeyOperations, String) |
Gets the status of an Azure SQL Server Key delete operation. |
GetDeleteOperationStatusAsync(IServerKeyOperations, String) |
Gets the status of an Azure SQL Server Key delete operation. |
List(IServerKeyOperations, String, String) |
Gets all Azure SQL Database Server Keys for a server. |
ListAsync(IServerKeyOperations, String, String) |
Gets all Azure SQL Database Server Keys for a server. |