Share via


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