Compartilhar via


IWithAppServicePlan.WithNewAppServicePlan Método

Definição

Sobrecargas

WithNewAppServicePlan(PricingTier)

Cria um novo plano de serviço de aplicativo a ser usado.

WithNewAppServicePlan(ICreatable<IAppServicePlan>)

Cria um novo plano de serviço de aplicativo a ser usado.

WithNewAppServicePlan(PricingTier)

Cria um novo plano de serviço de aplicativo a ser usado.

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

Parâmetros

pricingTier
PricingTier

O sku do plano do serviço de aplicativo.

Retornos

Aplica-se a

WithNewAppServicePlan(ICreatable<IAppServicePlan>)

Cria um novo plano de serviço de aplicativo a ser usado.

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

Parâmetros

appServicePlanCreatable
ICreatable<IAppServicePlan>

O novo plano do serviço de aplicativo creatável.

Retornos

Aplica-se a