EncryptionSettingsCollection.EncryptionSettings プロパティ

定義

暗号化設定のコレクション (ディスク ボリュームごとに 1 つ) を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="encryptionSettings")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.EncryptionSettingsElement> EncryptionSettings { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="encryptionSettings")>]
member this.EncryptionSettings : System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.EncryptionSettingsElement> with get, set
Public Property EncryptionSettings As IList(Of EncryptionSettingsElement)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象