VirtualMachineDiskOperationsExtensions.ListDisks Method (IVirtualMachineDiskOperations)
Retrieves a list of disks from the user disk repository.
Assembly: Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)
<ExtensionAttribute> Public Shared Function ListDisks ( operations As IVirtualMachineDiskOperations ) As VirtualMachineDiskListResponse
Parameters
- operations
-
Type:
Microsoft.WindowsAzure.Management.Compute.IVirtualMachineDiskOperations
The IVirtualMachineDiskOperations object that specifies the Virtual Machine disk operations.
Return Value
Type: Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineDiskListResponseThe VirtualMachineDiskListResponse object that contains the list of disks.
For more information about retrieving a list of disks, see the following resources:
Show: