SnapshotUpdate.EncryptionSettingsCollection プロパティ

定義

Azure Disk Encryption で使用される暗号化設定コレクションを取得または設定します。ディスクまたはスナップショットごとに複数の暗号化設定を含めることができます。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.encryptionSettingsCollection")]
public Microsoft.Azure.Management.Compute.Models.EncryptionSettingsCollection EncryptionSettingsCollection { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.encryptionSettingsCollection")>]
member this.EncryptionSettingsCollection : Microsoft.Azure.Management.Compute.Models.EncryptionSettingsCollection with get, set
Public Property EncryptionSettingsCollection As EncryptionSettingsCollection

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象