AffinityGroupOperationsExtensions.ListAsync Method (IAffinityGroupOperations)

 

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)

<ExtensionAttribute>
Public Shared Function ListAsync (
	operations As IAffinityGroupOperations
) As Task(Of AffinityGroupListResponse)

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: