IVirtualMachineDiskOperations::ListDisksAsync Method (CancellationToken)

 

Asynchronously retrieves a list of disks in the user disk repository.

Namespace:   Microsoft.WindowsAzure.Management.Compute
Assembly:  Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)

Task<VirtualMachineDiskListResponse^>^ ListDisksAsync(
	CancellationToken cancellationToken
)

Parameters

cancellationToken
Type: System.Threading::CancellationToken

The cancellation token.

Return Value

Type: System.Threading.Tasks::Task<VirtualMachineDiskListResponse^>^

The VirtualMachineDiskListResponse object that contains the list of disks.

For more information about retrieving a list of disks, see the following resources:

Return to top
Show: