AppServicePlansOperationsExtensions.ListUsagesNextAsync Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Pobiera informacje o użyciu farmy serwerów
public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppService.Fluent.Models.CsmUsageQuota>> ListUsagesNextAsync (this Microsoft.Azure.Management.AppService.Fluent.IAppServicePlansOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListUsagesNextAsync : Microsoft.Azure.Management.AppService.Fluent.IAppServicePlansOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppService.Fluent.Models.CsmUsageQuota>>
<Extension()>
Public Function ListUsagesNextAsync (operations As IAppServicePlansOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of CsmUsageQuota))
Parametry
- operations
- IAppServicePlansOperations
Grupa operacji dla tej metody rozszerzenia.
- nextPageLink
- String
Operacja NextLink z poprzedniego pomyślnego wywołania do listy.
- cancellationToken
- CancellationToken
Token anulowania.
Zwraca
Uwagi
Opis pobierania informacji o użyciu farmy serwerów
Dotyczy
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET