Freigeben über


IWithNewAppServicePlan.WithNewAppServicePlan Methode

Definition

Überlädt

WithNewAppServicePlan(PricingTier)

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

WithNewAppServicePlan(ICreatable<IAppServicePlan>)

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

WithNewAppServicePlan(PricingTier)

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

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

Parameter

pricingTier
PricingTier

Die SKU des App Service-Plans.

Gibt zurück

Gilt für:

WithNewAppServicePlan(ICreatable<IAppServicePlan>)

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

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

Parameter

appServicePlanCreatable
ICreatable<IAppServicePlan>

Der neue App Service-Plan ist erstellbar.

Gibt zurück

Gilt für: