次の方法で共有


VaultPatchProperties.EnabledForDiskEncryption プロパティ

定義

コンテナーからのシークレットの取得とキーのラップ解除を Azure Disk Encryption で許可するかどうかを指定するプロパティを取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="enabledForDiskEncryption")]
public bool? EnabledForDiskEncryption { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="enabledForDiskEncryption")>]
member this.EnabledForDiskEncryption : Nullable<bool> with get, set
Public Property EnabledForDiskEncryption As Nullable(Of Boolean)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象