Share via


AffinityGroupOperationsExtensions.List Method (IAffinityGroupOperations)

 

Lists the affinity groups that are associated with the specified subscription.

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

Syntax

public static AffinityGroupListResponse List(
    this IAffinityGroupOperations operations
)
public:
[ExtensionAttribute]
static AffinityGroupListResponse^ List(
    IAffinityGroupOperations^ operations
)
static member List : 
        operations:IAffinityGroupOperations -> AffinityGroupListResponse
<ExtensionAttribute>
Public Shared Function List (
    operations As IAffinityGroupOperations
) As AffinityGroupListResponse

Parameters

Return Value

Type: Microsoft.WindowsAzure.Management.Models.AffinityGroupListResponse

An AffinityGroupListResponse object that contains the list of affinity groups.

Remarks

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

See Also

AffinityGroupOperationsExtensions Class
Microsoft.WindowsAzure.Management Namespace

Return to top