VirtualMachineDiskListResponse.Disks Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Optional. The virtual machine disks associated with your subscription.
public System.Collections.Generic.IList<Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineDiskListResponse.VirtualMachineDisk> Disks { get; set; }
member this.Disks : System.Collections.Generic.IList<Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineDiskListResponse.VirtualMachineDisk> with get, set
Public Property Disks As IList(Of VirtualMachineDiskListResponse.VirtualMachineDisk)