AzureSqlServerKeyVaultKeyCommunicator 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.
This class is responsible for all the REST communication with the Server Key REST endpoints
public class AzureSqlServerKeyVaultKeyCommunicator
type AzureSqlServerKeyVaultKeyCommunicator = class
Public Class AzureSqlServerKeyVaultKeyCommunicator
- Inheritance
-
AzureSqlServerKeyVaultKeyCommunicator
Constructors
AzureSqlServerKeyVaultKeyCommunicator(IAzureContext) |
Creates a communicator for Azure Sql Server Key |
Properties
Context |
Gets or sets the Azure context |
Methods
CreateOrUpdate(String, String, String, ServerKeyCreateOrUpdateParameters) |
Creates or updates an Azure Sql Server Key |
Delete(String, String, String) |
Deletes an Azure Sql Server Key |
Get(String, String, String) |
Gets the Azure Sql Server Key |
List(String, String) |
Lists the Azure Sql Server Keys on a server |