Freigeben über


AppServicePlanCollection.GetAll(CancellationToken) Methode

Definition

Beschreibung für Abrufen aller App Service Pläne in einer Ressourcengruppe.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/serverfarms
  • Vorgangs-IdAppServicePlans_ListByResourceGroup
public virtual Azure.Pageable<Azure.ResourceManager.AppService.AppServicePlanResource> GetAll (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppService.AppServicePlanResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppService.AppServicePlanResource>
Public Overridable Function GetAll (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: