Partager via


IEncryptionScopeKeyVaultProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.EncryptionScopeKeyVaultPropertiesTypeConverter))]
public interface IEncryptionScopeKeyVaultProperties : Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.EncryptionScopeKeyVaultPropertiesTypeConverter))>]
type IEncryptionScopeKeyVaultProperties = interface
    interface IJsonSerializable
Public Interface IEncryptionScopeKeyVaultProperties
Implements IJsonSerializable
Derived
Attributes
Implements

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.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to