MockableAppServiceSubscriptionResource.GetAppServicePlansAsync 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.AsyncPageable<Azure.ResourceManager.AppService.AppServicePlanResource> GetAppServicePlansAsync (bool? detailed = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAppServicePlansAsync : Nullable<bool> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppService.AppServicePlanResource>
override this.GetAppServicePlansAsync : Nullable<bool> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppService.AppServicePlanResource>
Public Overridable Function GetAppServicePlansAsync (Optional detailed As Nullable(Of Boolean) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(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

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

Applies to