Freigeben über


AppServiceEnvironmentsOperationsExtensions.ListCapacities 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> ListCapacities (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name);
static member ListCapacities : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.StampCapacity>
<Extension()>
Public Function ListCapacities (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String) As 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.

Gibt zurück

Hinweise

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

Gilt für: