次の方法で共有


ClusterUpdate.EnableDoubleEncryption プロパティ

定義

二重暗号化が有効かどうかを示すブール値を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象