Método RoleSizeOperationsExtensions.ListAsync
The List Role Sizes operation lists all of the role sizes that are valid for your subscription.
Namespace: Microsoft.WindowsAzure.Management
Assembly: Microsoft.WindowsAzure.Management (em Microsoft.WindowsAzure.Management.dll)
Uso
'Uso
Dim operations As IRoleSizeOperations
Dim returnValue As Task(Of RoleSizeListResponse)
returnValue = RoleSizeOperationsExtensions.ListAsync(operations)
Sintaxe
'Declaração
<ExtensionAttribute> _
Public Shared Function ListAsync ( _
operations As IRoleSizeOperations _
) As Task(Of RoleSizeListResponse)
[ExtensionAttribute]
public static Task<RoleSizeListResponse> ListAsync (
IRoleSizeOperations operations
)
[ExtensionAttribute]
public:
static Task<RoleSizeListResponse^>^ ListAsync (
IRoleSizeOperations^ operations
)
/** @attribute ExtensionAttribute() */
public static Task<RoleSizeListResponse> ListAsync (
IRoleSizeOperations operations
)
ExtensionAttribute
public static function ListAsync (
operations : IRoleSizeOperations
) : Task<RoleSizeListResponse>
Parâmetros
- operations
Reference to the Microsoft.WindowsAzure.Management.IRoleSizeOperations.
Valor de retorno
The List Role Sizes operation response.
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 RoleSizeOperationsExtensions
Membros RoleSizeOperationsExtensions
Namespace Microsoft.WindowsAzure.Management