Udostępnij za pośrednictwem


AppServiceEnvironmentsOperationsExtensions.ListWebAppsNextAsync Metoda

Definicja

Pobierz wszystkie aplikacje w App Service Environment.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppService.Fluent.Models.SiteInner>> ListWebAppsNextAsync (this Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListWebAppsNextAsync : Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppService.Fluent.Models.SiteInner>>
<Extension()>
Public Function ListWebAppsNextAsync (operations As IAppServiceEnvironmentsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of SiteInner))

Parametry

operations
IAppServiceEnvironmentsOperations

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 wszystkich aplikacji w App Service Environment.

Dotyczy