AffinityGroupOperationsExtensions.Get Method (IAffinityGroupOperations, String)

 

Returns the system properties that are associated with the specified affinity group.

Namespace:   Microsoft.WindowsAzure.Management
Assembly:  Microsoft.WindowsAzure.Management (in Microsoft.WindowsAzure.Management.dll)

Syntax

public static AffinityGroupGetResponse Get(
    this IAffinityGroupOperations operations,
    string affinityGroupName
)
public:
[ExtensionAttribute]
static AffinityGroupGetResponse^ Get(
    IAffinityGroupOperations^ operations,
    String^ affinityGroupName
)
static member Get : 
        operations:IAffinityGroupOperations *
        affinityGroupName:string -> AffinityGroupGetResponse
<ExtensionAttribute>
Public Shared Function Get (
    operations As IAffinityGroupOperations,
    affinityGroupName As String
) As AffinityGroupGetResponse

Parameters

  • affinityGroupName
    Type: System.String

    The name of the affinity group from which the properties should be returned.

Return Value

Type: Microsoft.WindowsAzure.Management.Models.AffinityGroupGetResponse

An AffinityGroupGetResponse object that contains the properties of the affinity group.

Remarks

For more information about retrieving the properties of an affinity group, see the following resources:

See Also

AffinityGroupOperationsExtensions Class
Microsoft.WindowsAzure.Management Namespace

Return to top