AppServiceExtensions.GetAppServicePlan Method

Definition

Description for Get an App Service plan.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/serverfarms/{name}
  • Operation Id: AppServicePlans_Get
  • Default Api Version: 2021-02-01
  • Resource: AppServicePlanResource
public static Azure.Response<Azure.ResourceManager.AppService.AppServicePlanResource> GetAppServicePlan (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string name, System.Threading.CancellationToken cancellationToken = default);
static member GetAppServicePlan : Azure.ResourceManager.Resources.ResourceGroupResource * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.AppServicePlanResource>
<Extension()>
Public Function GetAppServicePlan (resourceGroupResource As ResourceGroupResource, name As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of AppServicePlanResource)

Parameters

resourceGroupResource
ResourceGroupResource

The ResourceGroupResource instance the method will execute against.

name
String

Name of the App Service plan.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

resourceGroupResource or name is null.

name is an empty string, and was expected to be non-empty.

Applies to