EncryptionSettingsElement.KeyEncryptionKey プロパティ

定義

キー暗号化キーの Key Vault キー URL とコンテナー ID を取得または設定します。 KeyEncryptionKey は省略可能であり、指定されている場合はディスク暗号化キーのラップ解除に使用されます。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象