AffinityGroupOperationsExtensions.GetAsync 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 Get Affinity Group Properties operation returns the system properties associated with the specified affinity group. (see http://msdn.microsoft.com/en-us/library/windowsazure/ee460789.aspx for more information)
public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Models.AffinityGroupGetResponse> GetAsync (this Microsoft.WindowsAzure.Management.IAffinityGroupOperations operations, string affinityGroupName);
static member GetAsync : Microsoft.WindowsAzure.Management.IAffinityGroupOperations * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Models.AffinityGroupGetResponse>
<Extension()>
Public Function GetAsync (operations As IAffinityGroupOperations, affinityGroupName As String) As Task(Of AffinityGroupGetResponse)
Parameters
- operations
- IAffinityGroupOperations
Reference to the Microsoft.WindowsAzure.Management.IAffinityGroupOperations.
- affinityGroupName
- String
Required. The name of the desired affinity group as returned by the name element of the List Affinity Groups operation.
Returns
The Get Affinity Group operation response.
Applies to
Azure SDK for .NET