Método AffinityGroupOperationsExtensions.Get
Returns the system properties that are associated with the specified affinity group.
Namespace: Microsoft.WindowsAzure.Management
Assembly: Microsoft.WindowsAzure.Management (em Microsoft.WindowsAzure.Management.dll)
Uso
'Uso
Dim operations As IAffinityGroupOperations
Dim affinityGroupName As String
Dim returnValue As AffinityGroupGetResponse
returnValue = AffinityGroupOperationsExtensions.Get(operations, affinityGroupName)
Sintaxe
'Declaração
<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
Parâmetros
- operations
The IAffinityGroupOperations object.
- affinityGroupName
The name of the affinity group from which the properties should be returned.
Valor de retorno
An AffinityGroupGetResponse object that contains the properties of the affinity group.
Comentários
For more information about retrieving the properties of an affinity group, see the following resources:
Segurança de thread
Qualquer membro estático público (compartilhado no Visual Basic) desse tipo é thread-safe. Não há garantia de que qualquer membro de instância seja seguro para threads.
Plataformas
Plataformas de desenvolvimento
Windows Vista, Windows 7 e Windows Server 2008
Plataformas de destino
Consulte também
Referência
Classe AffinityGroupOperationsExtensions
Membros AffinityGroupOperationsExtensions
Namespace Microsoft.WindowsAzure.Management