IManagementClient.AffinityGroups Property

 

Gets the operations for managing affinity groups in a subscription.

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

Syntax

IAffinityGroupOperations AffinityGroups { get; }
property IAffinityGroupOperations^ AffinityGroups {
    IAffinityGroupOperations^ get();
}
abstract AffinityGroups : IAffinityGroupOperations with get
ReadOnly Property AffinityGroups As IAffinityGroupOperations

Property Value

Type: Microsoft.WindowsAzure.Management.IAffinityGroupOperations

The operations for managing affinity groups.

Remarks

For more information about working with affinity groups, see the following resources:

See Also

IManagementClient Interface
Microsoft.WindowsAzure.Management Namespace

Return to top