VirtualMachineScaleSetVMInstanceView.Disks Property

Definition

Gets or sets the disks information.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to