次の方法で共有


Cluster.IsDoubleEncryptionEnabled プロパティ

定義

クラスターで二重暗号化を使用するかどうかを取得または設定します。 このプロパティは、クラスターの作成後に変更できません。 既定値は 'true' です

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象