AffinityGroupOperationsExtensions.ListAsync(IAffinityGroupOperations) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.