次の方法で共有


DiskInstanceView.EncryptionSettings プロパティ

定義

OS ディスクの暗号化設定を取得または設定します。 <br><br>最小 api-version: 2015-06-15

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象