MockableAppServiceSubscriptionResource.GetAppServicePlans Method

Definition

Description for Get all App Service plans for a subscription.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Web/serverfarms
  • Operation Id: AppServicePlans_List
  • Default Api Version: 2023-12-01
  • Resource: AppServicePlanResource
public virtual Azure.Pageable<Azure.ResourceManager.AppService.AppServicePlanResource> GetAppServicePlans (bool? detailed = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAppServicePlans : Nullable<bool> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppService.AppServicePlanResource>
override this.GetAppServicePlans : Nullable<bool> * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.AppService.AppServicePlanResource>
Public Overridable Function GetAppServicePlans (Optional detailed As Nullable(Of Boolean) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of AppServicePlanResource)

Parameters

detailed
Nullable<Boolean>

Specify <code>true</code> to return all App Service plan properties. The default is <code>false</code>, which returns a subset of the properties. Retrieval of all properties may increase the API latency.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to