VirtualMachineScaleSetVMInstanceView.Disks プロパティ

定義

ディスク情報を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象