AppServiceEnvironmentsOperationsExtensions.ListByResourceGroupNextAsync 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.
Pobierz wszystkie środowiska App Service w grupie zasobów.
public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppService.Fluent.Models.AppServiceEnvironmentResourceInner>> ListByResourceGroupNextAsync (this Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListByResourceGroupNextAsync : Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppService.Fluent.Models.AppServiceEnvironmentResourceInner>>
<Extension()>
Public Function ListByResourceGroupNextAsync (operations As IAppServiceEnvironmentsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of AppServiceEnvironmentResourceInner))
Parametry
- operations
- IAppServiceEnvironmentsOperations
Grupa operacji dla tej metody rozszerzenia.
- nextPageLink
- String
Operacja NextLink z poprzedniego pomyślnego wywołania listy.
- cancellationToken
- CancellationToken
Token anulowania.
Zwraca
Uwagi
Opis polecenia Get all App Service Environments in a resource group (Pobieranie wszystkich środowisk App Service w grupie zasobów).
Dotyczy
Azure SDK for .NET