EncryptionSettingsElement.KeyEncryptionKey Property

Definition

Gets or sets key Vault Key Url and vault id of the key encryption key. KeyEncryptionKey is optional and when provided is used to unwrap the disk encryption key.

[Newtonsoft.Json.JsonProperty(PropertyName="keyEncryptionKey")]
public Microsoft.Azure.Management.Compute.Fluent.Models.KeyVaultAndKeyReference KeyEncryptionKey { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="keyEncryptionKey")>]
member this.KeyEncryptionKey : Microsoft.Azure.Management.Compute.Fluent.Models.KeyVaultAndKeyReference with get, set
Public Property KeyEncryptionKey As KeyVaultAndKeyReference

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to