Share via


AppServiceEnvironmentsOperationsExtensions.ListCapacitiesNextAsync Method

Definition

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

Parameters

nextPageLink
String
cancellationToken
CancellationToken

Returns

Applies to