AffinityGroupOperationsExtensions.Get 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 Microsoft.WindowsAzure.Management.Models.AffinityGroupGetResponse Get (this Microsoft.WindowsAzure.Management.IAffinityGroupOperations operations, string affinityGroupName);
static member Get : Microsoft.WindowsAzure.Management.IAffinityGroupOperations * string -> Microsoft.WindowsAzure.Management.Models.AffinityGroupGetResponse
<Extension()>
Public Function Get (operations As IAffinityGroupOperations, affinityGroupName As String) As 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