Megosztás a következőn keresztül:


AppServiceExtensions.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: 2021-02-01
  • Resource: AppServicePlanResource
public static Azure.AsyncPageable<Azure.ResourceManager.AppService.AppServicePlanResource> GetAppServicePlansAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, bool? detailed = default, System.Threading.CancellationToken cancellationToken = default);
static member GetAppServicePlansAsync : Azure.ResourceManager.Resources.SubscriptionResource * Nullable<bool> * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.AppService.AppServicePlanResource>
<Extension()>
Public Function GetAppServicePlansAsync (subscriptionResource As SubscriptionResource, Optional detailed As Nullable(Of Boolean) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of AppServicePlanResource)

Parameters

subscriptionResource
SubscriptionResource

The SubscriptionResource instance the method will execute against.

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.

Exceptions

subscriptionResource is null.

Applies to