AffinityGroupOperationsExtensions.GetAsync Method (IAffinityGroupOperations, String)
Asynchronously returns the system properties that are associated with the specified affinity group.
Assembly: Microsoft.WindowsAzure.Management (in Microsoft.WindowsAzure.Management.dll)
<ExtensionAttribute> Public Shared Function GetAsync ( operations As IAffinityGroupOperations, affinityGroupName As String ) As Task(Of AffinityGroupGetResponse)
Parameters
- operations
-
Type:
Microsoft.WindowsAzure.Management.IAffinityGroupOperations
The IAffinityGroupOperations object.
- affinityGroupName
-
Type:
System.String
The name of the affinity group from which the properties should be returned.
Return Value
Type: System.Threading.Tasks.Task(Of AffinityGroupGetResponse)An AffinityGroupGetResponse object that contains the properties of the affinity group.
For more information about retrieving the properties of an affinity group, see the following resources:
Show: