Delen via


IWithNewAppServicePlan.WithNewWindowsPlan Methode

Definitie

Overloads

WithNewWindowsPlan(PricingTier)

Hiermee maakt u een nieuw App Service-plan voor gebruik.

WithNewWindowsPlan(ICreatable<IAppServicePlan>)

Hiermee maakt u een nieuw App Service-plan voor gebruik.

WithNewWindowsPlan(PricingTier)

Hiermee maakt u een nieuw App Service-plan voor gebruik.

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

De SKU van het App Service-plan.

Retouren

Van toepassing op

WithNewWindowsPlan(ICreatable<IAppServicePlan>)

Hiermee maakt u een nieuw App Service-plan voor gebruik.

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>

Het nieuwe App Service-plan kan worden gemaakt.

Retouren

Van toepassing op