次の方法で共有


EncryptionPreferences.DoubleEncryption プロパティ

定義

ソフトウェア ベースの暗号化有効化のセカンダリ レイヤーを取得または設定します。 使用可能な値は次のとおりです: 'Enabled'、'Disabled'

[Newtonsoft.Json.JsonProperty(PropertyName="doubleEncryption")]
public Microsoft.Azure.Management.DataBox.Models.DoubleEncryption? DoubleEncryption { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="doubleEncryption")>]
member this.DoubleEncryption : Nullable<Microsoft.Azure.Management.DataBox.Models.DoubleEncryption> with get, set
Public Property DoubleEncryption As Nullable(Of DoubleEncryption)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象