Dela via


IWithAppServicePlan.WithNewAppServicePlan Metod

Definition

Överlagringar

WithNewAppServicePlan(PricingTier)

Skapar en ny App Service-plan att använda.

WithNewAppServicePlan(ICreatable<IAppServicePlan>)

Skapar en ny App Service-plan att använda.

WithNewAppServicePlan(PricingTier)

Skapar en ny App Service-plan att använda.

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

Parametrar

pricingTier
PricingTier

SKU:n för App Service-planen.

Returer

Gäller för

WithNewAppServicePlan(ICreatable<IAppServicePlan>)

Skapar en ny App Service-plan att använda.

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

Parametrar

appServicePlanCreatable
ICreatable<IAppServicePlan>

Den nya apptjänstplanen kan skapas.

Returer

Gäller för