EncryptionScopeKeyVaultProperties Class

Definition

The key vault properties for the encryption scope. This is a required field if encryption scope 'source' attribute is set to 'Microsoft.KeyVault'.

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

Constructors

EncryptionScopeKeyVaultProperties()

Initializes a new instance of EncryptionScopeKeyVaultProperties.

Properties

CurrentVersionedKeyIdentifier

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

KeyUri

The object identifier for a key vault key object. When applied, the encryption scope will use the key referenced by the identifier to enable customer-managed key support on this encryption scope.

LastKeyRotationTimestamp

Timestamp of last rotation of the Key Vault Key.

Explicit Interface Implementations

IJsonModel<EncryptionScopeKeyVaultProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<EncryptionScopeKeyVaultProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<EncryptionScopeKeyVaultProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<EncryptionScopeKeyVaultProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<EncryptionScopeKeyVaultProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to