次の方法で共有


ClusterUpdate.EnableDiskEncryption プロパティ

定義

クラスターのディスクが暗号化されているかどうかを示すブール値を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象