Share via


IWithNewAppServicePlan.WithNewWindowsPlan Methode

Definition

Überlädt

WithNewWindowsPlan(PricingTier)

Erstellt einen neuen App Service-Plan, der verwendet werden soll.

WithNewWindowsPlan(ICreatable<IAppServicePlan>)

Erstellt einen neuen App Service-Plan, der verwendet werden soll.

WithNewWindowsPlan(PricingTier)

Erstellt einen neuen App Service-Plan, der verwendet werden soll.

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

Parameter

pricingTier
PricingTier

Die SKU des App Service-Plans.

Gibt zurück

Gilt für:

WithNewWindowsPlan(ICreatable<IAppServicePlan>)

Erstellt einen neuen App Service-Plan, der verwendet werden soll.

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

Parameter

appServicePlanCreatable
ICreatable<IAppServicePlan>

Der neue App Service-Plan ist erstellbar.

Gibt zurück

Gilt für: