Metodo ILocationOperations.ListAsync (CancellationToken)
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
Task<LocationsListResponse> ListAsync(
CancellationToken cancellationToken
)
Task<LocationsListResponse^>^ ListAsync(
CancellationToken cancellationToken
)
abstract ListAsync :
cancellationToken:CancellationToken -> Task<LocationsListResponse>
Function ListAsync (
cancellationToken As CancellationToken
) As Task(Of LocationsListResponse)
Parametri
cancellationToken
Type: System.Threading.CancellationTokenToken di annullamento.
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
Interfaccia ILocationOperations
Spazio dei nomi Microsoft.WindowsAzure.Management
Torna all'inizio