Share via


IWithNewAppServicePlan.WithNewWindowsPlan Method

Definition

Overloads

WithNewWindowsPlan(PricingTier)

Creates a new app service plan to use.

WithNewWindowsPlan(ICreatable<IAppServicePlan>)

Creates a new app service plan to use.

WithNewWindowsPlan(PricingTier)

Creates a new app service plan to use.

public Microsoft.Azure.Management.AppService.Fluent.WebApp.Definition.IWithWindowsRuntimeStack WithNewWindowsPlan (Microsoft.Azure.Management.AppService.Fluent.PricingTier pricingTier);
abstract member WithNewWindowsPlan : Microsoft.Azure.Management.AppService.Fluent.PricingTier -> Microsoft.Azure.Management.AppService.Fluent.WebApp.Definition.IWithWindowsRuntimeStack
Public Function WithNewWindowsPlan (pricingTier As PricingTier) As IWithWindowsRuntimeStack

Parameters

pricingTier
PricingTier

The sku of the app service plan.

Returns

Applies to

WithNewWindowsPlan(ICreatable<IAppServicePlan>)

Creates a new app service plan to use.

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

Parameters

appServicePlanCreatable
ICreatable<IAppServicePlan>

The new app service plan creatable.

Returns

Applies to