Condividi tramite


IWithNewAppServicePlan.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.Definition.IWithCreate WithNewAppServicePlan (Microsoft.Azure.Management.AppService.Fluent.PricingTier pricingTier);
abstract member WithNewAppServicePlan : Microsoft.Azure.Management.AppService.Fluent.PricingTier -> Microsoft.Azure.Management.AppService.Fluent.FunctionApp.Definition.IWithCreate
Public Function WithNewAppServicePlan (pricingTier As PricingTier) As IWithCreate

Parameters

pricingTier
PricingTier

The sku of the app service plan.

Returns

Applies to

WithNewAppServicePlan(ICreatable<IAppServicePlan>)

Creates a new app service plan to use.

public Microsoft.Azure.Management.AppService.Fluent.FunctionApp.Definition.IWithCreate WithNewAppServicePlan (Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.AppService.Fluent.IAppServicePlan> appServicePlanCreatable);
abstract member WithNewAppServicePlan : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.AppService.Fluent.IAppServicePlan> -> Microsoft.Azure.Management.AppService.Fluent.FunctionApp.Definition.IWithCreate
Public Function WithNewAppServicePlan (appServicePlanCreatable As ICreatable(Of IAppServicePlan)) As IWithCreate

Parameters

appServicePlanCreatable
ICreatable<IAppServicePlan>

The new app service plan creatable.

Returns

Applies to