AffinityGroupOperationsExtensions.List(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 Microsoft.WindowsAzure.Management.Models.AffinityGroupListResponse List (this Microsoft.WindowsAzure.Management.IAffinityGroupOperations operations);
static member List : Microsoft.WindowsAzure.Management.IAffinityGroupOperations -> Microsoft.WindowsAzure.Management.Models.AffinityGroupListResponse
<Extension()>
Public Function List (operations As IAffinityGroupOperations) As AffinityGroupListResponse
Parameters
- operations
- IAffinityGroupOperations
Reference to the Microsoft.WindowsAzure.Management.IAffinityGroupOperations.
Returns
The List Affinity Groups operation response.