IAffinityGroupOperations.GetAsync Method (String, CancellationToken)
Asynchronously returns the system properties that are associated with the specified affinity group.
Assembly: Microsoft.WindowsAzure.Management (in Microsoft.WindowsAzure.Management.dll)
Function GetAsync ( affinityGroupName As String, cancellationToken As CancellationToken ) As Task(Of AffinityGroupGetResponse)
Parameters
- affinityGroupName
-
Type:
System.String
The name of the affinity group from which the properties should be returned.
- cancellationToken
-
Type:
System.Threading.CancellationToken
The cancellation token.
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: