Freigeben über


AppServiceEnvironmentResource.GetCapacities(CancellationToken) Methode

Definition

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

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

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine Sammlung von StampCapacity , die mehrere Dienstanforderungen durchlaufen kann.

Gilt für: