IAffinityGroupOperations.ListAsync Method (CancellationToken)

 

Asynchronously lists the affinity groups that are associated with the specified subscription.

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

Function ListAsync (
	cancellationToken As CancellationToken
) As Task(Of AffinityGroupListResponse)

Parameters

cancellationToken
Type: System.Threading.CancellationToken

The cancellation token.

Return Value

Type: System.Threading.Tasks.Task(Of AffinityGroupListResponse)

An AffinityGroupListResponse object that contains the list of affinity groups.

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

Return to top
Show: