Freigeben über


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'.

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

Constructors

Name Description
EncryptionScopeKeyVaultProperties()

Creates an new EncryptionScopeKeyVaultProperties instance.

Properties

Name Description
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

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of EncryptionScopeKeyVaultProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of EncryptionScopeKeyVaultProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.IEncryptionScopeKeyVaultProperties.

FromJsonString(String)

Creates a new instance of EncryptionScopeKeyVaultProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of EncryptionScopeKeyVaultProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to