Compartilhar via


Método LocationOperationsExtensions.ListAsync (ILocationOperations)

 

Lista todos os locais de centro de dados que estão disponíveis para uma assinatura assíncrona.

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

Sintaxe

public static Task<LocationsListResponse> ListAsync(
    this ILocationOperations operations
)
public:
[ExtensionAttribute]
static Task<LocationsListResponse^>^ ListAsync(
    ILocationOperations^ operations
)
static member ListAsync : 
        operations:ILocationOperations -> Task<LocationsListResponse>
<ExtensionAttribute>
Public Shared Function ListAsync (
    operations As ILocationOperations
) As Task(Of LocationsListResponse)

Parâmetros

Valor de retorno

Type: System.Threading.Tasks.Task<LocationsListResponse>

Um LocationsListResponse objeto que contém a lista de locais disponíveis.

Comentários

Para obter mais informações sobre como recuperar locais disponíveis, consulte os seguintes recursos:

Consulte também

Classe LocationOperationsExtensions
Namespace Microsoft.WindowsAzure.Management

Retornar ao topo