Freigeben über


AppServiceEnvironmentResource.GetAppServicePlans(CancellationToken) 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.Pageable<Azure.ResourceManager.AppService.AppServicePlanResource> GetAppServicePlans (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAppServicePlans : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppService.AppServicePlanResource>
override this.GetAppServicePlans : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppService.AppServicePlanResource>
Public Overridable Function GetAppServicePlans (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of AppServicePlanResource)

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine Sammlung von AppServicePlanResource , die mehrere Dienstanforderungen durchlaufen kann.

Gilt für: