AppServicePlansOperationsExtensions.GetAsync(IAppServicePlansOperations, String, String, CancellationToken) Method
Definition
Get an App Service plan.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.AppService.Fluent.Models.AppServicePlanInner> GetAsync (this Microsoft.Azure.Management.AppService.Fluent.IAppServicePlansOperations operations, string resourceGroupName, string name, System.Threading.CancellationToken cancellationToken = null);
static member GetAsync : Microsoft.Azure.Management.AppService.Fluent.IAppServicePlansOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.AppService.Fluent.Models.AppServicePlanInner>
Parameters
- operations
- IAppServicePlansOperations
The operations group for this extension method.
- resourceGroupName
- String
Name of the resource group to which the resource belongs.
- name
- String
Name of the App Service plan.
- cancellationToken
- CancellationToken
The cancellation token.
Returns
Remarks
Get an App Service plan.