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

AzureRmSqlManagedInstanceKeyVaultKeyModel Class

Definition

Represents the core properties of an Azure Sql Database Transparent Data Encryption Certificate

public class AzureRmSqlManagedInstanceKeyVaultKeyModel
type AzureRmSqlManagedInstanceKeyVaultKeyModel = class
Public Class AzureRmSqlManagedInstanceKeyVaultKeyModel
Inheritance
AzureRmSqlManagedInstanceKeyVaultKeyModel

Constructors

AzureRmSqlManagedInstanceKeyVaultKeyModel(String, String, String)

Properties

CreationDate

Gets or sets the creation date of the managed instance key

KeyId

Gets or sets the AzureKeyVault key id

ManagedInstanceKeyName

Gets or sets the server key name

ManagedInstanceName

Gets or sets the name of the managed instance

ResourceGroupName

Gets or sets the name of the resource group

Thumbprint

Gets or sets the thumbprint of the managed instance key

Type

Gets or sets the type of the managed instance key

Methods

FromManagedInstanceKey(ManagedInstanceKey, String, String)

Factory method to create AzureRmSqlManagedInstanceKeyVaultKeyModel from ManagedInstanceKey

Applies to