Поделиться через


AppServiceEnvironmentsOperationsExtensions.ListAppServicePlansNextAsync Метод

Определение

Получение всех планов Служба приложений в Среда службы приложений.

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

Параметры

operations
IAppServiceEnvironmentsOperations

Группа операций для этого метода расширения.

nextPageLink
String

NextLink из предыдущего успешного вызова операции List.

cancellationToken
CancellationToken

Токен отмены.

Возвращаемое значение

Комментарии

Описание для получения всех планов Служба приложений в Среда службы приложений.

Применяется к