AppServiceExtensions.GetAppServicePlans Method

Definition

Overloads

GetAppServicePlans(SubscriptionResource, Nullable<Boolean>, CancellationToken)

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: 2024-04-01
  • Resource: AppServicePlanResource
GetAppServicePlans(ResourceGroupResource)

Gets a collection of AppServicePlanResources in the ResourceGroupResource. MockingTo mock this method, please mock GetAppServicePlans() instead.

GetAppServicePlans(SubscriptionResource, Nullable<Boolean>, CancellationToken)

Source:
AppServiceExtensions.cs
Source:
AppServiceExtensions.cs

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: 2024-04-01
  • Resource: AppServicePlanResource
C#
public static Azure.Pageable<Azure.ResourceManager.AppService.AppServicePlanResource> GetAppServicePlans(this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, bool? detailed = default, System.Threading.CancellationToken cancellationToken = default);

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

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

Exceptions

subscriptionResource is null.

Applies to

Azure SDK for .NET Preview and Azure SDK for .NET Latest
Product Versions
Azure SDK for .NET Latest, Preview

GetAppServicePlans(ResourceGroupResource)

Source:
AppServiceExtensions.cs
Source:
AppServiceExtensions.cs

Gets a collection of AppServicePlanResources in the ResourceGroupResource. MockingTo mock this method, please mock GetAppServicePlans() instead.

C#
public static Azure.ResourceManager.AppService.AppServicePlanCollection GetAppServicePlans(this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource);

Parameters

resourceGroupResource
ResourceGroupResource

The ResourceGroupResource instance the method will execute against.

Returns

An object representing collection of AppServicePlanResources and their operations over a AppServicePlanResource.

Exceptions

resourceGroupResource is null.

Applies to

Azure SDK for .NET Preview and Azure SDK for .NET Latest
Product Versions
Azure SDK for .NET Latest, Preview