AffinityGroupOperationsExtensions.ListAsync Method (IAffinityGroupOperations)
Asynchronously lists the affinity groups that are associated with the specified subscription.
Assembly: Microsoft.WindowsAzure.Management (in Microsoft.WindowsAzure.Management.dll)
<ExtensionAttribute> Public Shared Function ListAsync ( operations As IAffinityGroupOperations ) As Task(Of AffinityGroupListResponse)
Parameters
- operations
-
Type:
Microsoft.WindowsAzure.Management.IAffinityGroupOperations
The IAffinityGroupOperations object.
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:
Show: