IWithAppServicePlan.WithNewAppServicePlan Method

Definition

Overloads

WithNewAppServicePlan(PricingTier)

Creates a new app service plan to use.

WithNewAppServicePlan(ICreatable<IAppServicePlan>)

Creates a new app service plan to use.

WithNewAppServicePlan(PricingTier)

Creates a new app service plan to use.

public Microsoft.Azure.Management.AppService.Fluent.FunctionApp.Update.IUpdate WithNewAppServicePlan (Microsoft.Azure.Management.AppService.Fluent.PricingTier pricingTier);

Parameters

pricingTier
PricingTier

The sku of the app service plan.

Returns

Applies to

Azure SDK for .NET Legacy
Prodotto Versioni
Azure SDK for .NET Legacy

WithNewAppServicePlan(ICreatable<IAppServicePlan>)

Creates a new app service plan to use.

public Microsoft.Azure.Management.AppService.Fluent.FunctionApp.Update.IUpdate WithNewAppServicePlan (Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.AppService.Fluent.IAppServicePlan> appServicePlanCreatable);

Parameters

appServicePlanCreatable
ICreatable<IAppServicePlan>

The new app service plan creatable.

Returns

Applies to

Azure SDK for .NET Legacy
Prodotto Versioni
Azure SDK for .NET Legacy