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.WebApp.Update.IUpdate WithNewAppServicePlan (Microsoft.Azure.Management.AppService.Fluent.PricingTier pricingTier);
abstract member WithNewAppServicePlan : Microsoft.Azure.Management.AppService.Fluent.PricingTier -> Microsoft.Azure.Management.AppService.Fluent.WebApp.Update.IUpdate
Public Function WithNewAppServicePlan (pricingTier As PricingTier) As IUpdate

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.WebApp.Update.IUpdate 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.WebApp.Update.IUpdate
Public Function WithNewAppServicePlan (appServicePlanCreatable As ICreatable(Of IAppServicePlan)) As IUpdate

Parameters

appServicePlanCreatable
ICreatable<IAppServicePlan>

The new app service plan creatable.

Returns

Applies to