Compartir a través de


AppServiceEnvironmentsOperationsExtensions.ListCapacitiesNextAsync Método

Definición

Obtenga la capacidad de trabajo utilizada, disponible y total de un App Service Environment.

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

Parámetros

operations
IAppServiceEnvironmentsOperations

El grupo de operaciones de este método de extensión.

nextPageLink
String

NextLink de la llamada correcta anterior a la operación List.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Comentarios

Descripción para obtener la capacidad de trabajo usada, disponible y total de un App Service Environment.

Se aplica a