Share via


MockableAppServiceResourceGroupResource.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: 2023-12-01
  • Resource: AppServicePlanResource
public virtual Azure.Response<Azure.ResourceManager.AppService.AppServicePlanResource> GetAppServicePlan (string name, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAppServicePlan : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.AppServicePlanResource>
override this.GetAppServicePlan : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppService.AppServicePlanResource>
Public Overridable Function GetAppServicePlan (name As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of AppServicePlanResource)

Parameters

name
String

Name of the App Service plan.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

name is null.

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

Applies to