Freigeben über


AppServiceEnvironmentResource.GetAppServicePlansAsync Methode

Definition

Beschreibung für Abrufen aller App Service Pläne in einem App Service-Umgebung.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/hostingEnvironments/{name}/serverfarms
  • Vorgangs-IdAppServiceEnvironments_ListAppServicePlans
public virtual Azure.AsyncPageable<Azure.ResourceManager.AppService.AppServicePlanResource> GetAppServicePlansAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAppServicePlansAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppService.AppServicePlanResource>
override this.GetAppServicePlansAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppService.AppServicePlanResource>
Public Overridable Function GetAppServicePlansAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of AppServicePlanResource)

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine asynchrone Auflistung von AppServicePlanResource , die mehrere Dienstanforderungen durchlaufen kann.

Gilt für: