你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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