Condividi tramite


Metodo LocationOperationsExtensions.ListAsync (ILocationOperations)

 

In modo asincrono Elenca tutte le posizioni dei data center disponibili per una sottoscrizione.

Spazio dei nomi:   Microsoft.WindowsAzure.Management
Assembly:  Microsoft.WindowsAzure.Management (in Microsoft.WindowsAzure.Management.dll)

Sintassi

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)

Parametri

Valore restituito

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

Oggetto LocationsListResponse oggetto che contiene l'elenco delle località disponibili.

Note

Per ulteriori informazioni sul recupero delle posizioni disponibili, vedere le risorse seguenti:

Vedere anche

Classe LocationOperationsExtensions
Spazio dei nomi Microsoft.WindowsAzure.Management

Torna all'inizio