Delen via


AppServicePlanCollection.GetAll(CancellationToken) Method

Definition

Description for Get all App Service plans in a resource group.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/serverfarms
  • Operation Id: AppServicePlans_ListByResourceGroup
  • Default Api Version: 2021-02-01
  • Resource: AppServicePlanResource
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)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

A collection of AppServicePlanResource that may take multiple service requests to iterate over.

Applies to