VirtualMachineDiskOperationsExtensions.ListDisksAsync Method (IVirtualMachineDiskOperations)
Asynchronously 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 ListDisksAsync ( operations As IVirtualMachineDiskOperations ) As Task(Of VirtualMachineDiskListResponse)
Parameters
- operations
-
Type:
Microsoft.WindowsAzure.Management.Compute.IVirtualMachineDiskOperations
The IVirtualMachineDiskOperations object that specifies the Virtual Machine disk operations.
Return Value
Type: System.Threading.Tasks.Task(Of VirtualMachineDiskListResponse)The VirtualMachineDiskListResponse object that contains the list of disks.
For more information about retrieving a list of disks, see the following resources:
Show: