DiskEncryptionSettings.DiskEncryptionKey Property

Definition

Gets or sets specifies the location of the disk encryption key, which is a Key Vault Secret.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to