VirtualMachineDiskListResponse::Disks Property

 

Gets or sets a collection of VirtualMachineDiskListResponse::VirtualMachineDisk objects the define the operating system disks that are associated with a subscription.

Namespace:   Microsoft.WindowsAzure.Management.Compute.Models
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);
}
Return to top
Show: