Freigeben über


AppServiceEnvironmentsOperationsExtensions.ListCapacitiesNext Methode

Definition

Rufen Sie die verwendete, verfügbare und gesamt worker-Kapazität und eine App Service-Umgebung ab.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.StampCapacity> ListCapacitiesNext (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string nextPageLink);
static member ListCapacitiesNext : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.StampCapacity>
<Extension()>
Public Function ListCapacitiesNext (operations As IAppServiceEnvironmentsOperations, nextPageLink As String) As IPage(Of StampCapacity)

Parameter

operations
IAppServiceEnvironmentsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

nextPageLink
String

NextLink aus dem vorherigen erfolgreichen Aufruf von List-Vorgang.

Gibt zurück

Hinweise

Beschreibung für Get the used, available, and total worker capacity an App Service-Umgebung.

Gilt für: