Freigeben über


AppServiceEnvironmentResource.GetCapacitiesAsync(CancellationToken) Methode

Definition

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/hostingEnvironments/{name}/capacities/compute
  • Vorgang IdAppServiceEnvironments_ListCapacities
public virtual Azure.AsyncPageable<Azure.ResourceManager.AppService.Models.StampCapacity> GetCapacitiesAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetCapacitiesAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppService.Models.StampCapacity>
override this.GetCapacitiesAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppService.Models.StampCapacity>
Public Overridable Function GetCapacitiesAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of StampCapacity)

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine asynchrone Sammlung von, bei der StampCapacity mehrere Dienstanforderungen zum Durchlaufen verwendet werden können.

Gilt für: