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

ElasticSanKeyVaultProperties Class

Definition

Properties of key vault.

public class ElasticSanKeyVaultProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ElasticSan.Models.ElasticSanKeyVaultProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ElasticSan.Models.ElasticSanKeyVaultProperties>
type ElasticSanKeyVaultProperties = class
    interface IJsonModel<ElasticSanKeyVaultProperties>
    interface IPersistableModel<ElasticSanKeyVaultProperties>
Public Class ElasticSanKeyVaultProperties
Implements IJsonModel(Of ElasticSanKeyVaultProperties), IPersistableModel(Of ElasticSanKeyVaultProperties)
Inheritance
ElasticSanKeyVaultProperties
Implements

Constructors

ElasticSanKeyVaultProperties()

Initializes a new instance of ElasticSanKeyVaultProperties.

Properties

CurrentVersionedKeyExpirationTimestamp

This is a read only property that represents the expiration time of the current version of the customer managed key used for encryption.

CurrentVersionedKeyIdentifier

The object identifier of the current versioned Key Vault Key in use.

KeyName

The name of KeyVault key.

KeyVaultUri

The Uri of KeyVault.

KeyVersion

The version of KeyVault key.

LastKeyRotationTimestamp

Timestamp of last rotation of the Key Vault Key.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ElasticSanKeyVaultProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ElasticSanKeyVaultProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ElasticSanKeyVaultProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ElasticSanKeyVaultProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ElasticSanKeyVaultProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to