Aracılığıyla paylaş


AffinityGroupOperationsExtensions.Get Method

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)

Usage

'Usage
Dim operations As IAffinityGroupOperations
Dim affinityGroupName As String
Dim returnValue As AffinityGroupGetResponse

returnValue = AffinityGroupOperationsExtensions.Get(operations, affinityGroupName)

Syntax

'Declaration
<ExtensionAttribute> _
Public Shared Function Get ( _
    operations As IAffinityGroupOperations, _
    affinityGroupName As String _
) As AffinityGroupGetResponse
[ExtensionAttribute] 
public static AffinityGroupGetResponse Get (
    IAffinityGroupOperations operations,
    string affinityGroupName
)
[ExtensionAttribute] 
public:
static AffinityGroupGetResponse^ Get (
    IAffinityGroupOperations^ operations, 
    String^ affinityGroupName
)
/** @attribute ExtensionAttribute() */ 
public static AffinityGroupGetResponse Get (
    IAffinityGroupOperations operations, 
    String affinityGroupName
)
ExtensionAttribute 
public static function Get (
    operations : IAffinityGroupOperations, 
    affinityGroupName : String
) : AffinityGroupGetResponse

Parameters

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

Return Value

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:

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also

Reference

AffinityGroupOperationsExtensions Class
AffinityGroupOperationsExtensions Members
Microsoft.WindowsAzure.Management Namespace