# Functions
NewClient returns an AffinityGroupClient with the given management.Client.
# Structs
AffinityGroup respresents the properties of an affinity group on Azure.
AffinityGroupClient simply contains a management.Client and has methods for doing all affinity group-related API calls to Azure.
AffinityGroupListResponse represents the properties obtained for each affinity group listed off Azure.
ComputeCapabilities represents the sets of capabilities of an affinity group obtained from an affinity group list call to Azure.
CreateAffinityGroupParams respresents the set of parameters required for creating an affinity group creation request to Azure.
HostedService is a struct containing details about a hosted service that is part of an affinity group on Azure.
ListAffinityGroupsResponse contains all the affinity groups obtained from a call to the Azure API to list all affinity groups.
StorageService is a struct containing details about a storage service that is part of an affinity group on Azure.
UpdateAffinityGroupParams if the set of parameters required to update an affinity group on Azure.