Método IRoleSizeOperations.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 instance As IRoleSizeOperations
Dim cancellationToken As CancellationToken
Dim returnValue As Task(Of RoleSizeListResponse)
returnValue = instance.ListAsync(cancellationToken)
Sintaxe
'Declaração
Function ListAsync ( _
cancellationToken As CancellationToken _
) As Task(Of RoleSizeListResponse)
Task<RoleSizeListResponse> ListAsync (
CancellationToken cancellationToken
)
Task<RoleSizeListResponse^>^ ListAsync (
CancellationToken cancellationToken
)
Task<RoleSizeListResponse> ListAsync (
CancellationToken cancellationToken
)
function ListAsync (
cancellationToken : CancellationToken
) : Task<RoleSizeListResponse>
Parâmetros
- cancellationToken
Cancellation token.
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
Interface IRoleSizeOperations
Membros IRoleSizeOperations
Namespace Microsoft.WindowsAzure.Management