AffinityGroupOperationsExtensions.ListAsync(IAffinityGroupOperations) Method

Definition

The List Affinity Groups operation lists the affinity groups associated with the specified subscription. (see http://msdn.microsoft.com/en-us/library/windowsazure/ee460797.aspx for more information)

public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Models.AffinityGroupListResponse> ListAsync (this Microsoft.WindowsAzure.Management.IAffinityGroupOperations operations);
static member ListAsync : Microsoft.WindowsAzure.Management.IAffinityGroupOperations -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Models.AffinityGroupListResponse>
<Extension()>
Public Function ListAsync (operations As IAffinityGroupOperations) As Task(Of AffinityGroupListResponse)

Parameters

operations
IAffinityGroupOperations

Reference to the Microsoft.WindowsAzure.Management.IAffinityGroupOperations.

Returns

The List Affinity Groups operation response.

Applies to