AzureSqlServerKeyVaultKeyCommunicator Class

Definition

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

Applies to