Freigeben über


AppServiceEnvironmentsOperationsExtensions.ListCapacitiesAsync Methode

Definition

Abrufen der verwendeten, verfügbaren und Gesamtarbeitskapazität eines App Service-Umgebung.

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

Parameter

operations
IAppServiceEnvironmentsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Name der Ressourcengruppe, zu der die Ressource gehört.

name
String

Name des App Service-Umgebung.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Hinweise

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

Gilt für: