VirtualMachineDiskListResponse::Disks Property
Gets or sets a collection of VirtualMachineDiskListResponse::VirtualMachineDisk objects the define the operating system disks that are associated with a subscription.
Assembly: Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)
public: property IList<VirtualMachineDiskListResponse::VirtualMachineDisk^>^ Disks { IList<VirtualMachineDiskListResponse::VirtualMachineDisk^>^ get(); void set(IList<VirtualMachineDiskListResponse::VirtualMachineDisk^>^ value); }
Property Value
Type: System.Collections.Generic::IList<VirtualMachineDiskListResponse::VirtualMachineDisk^>^A collection of VirtualMachineDiskListResponse::VirtualMachineDisk objects.
Show: