IWithNewAppServicePlan.WithNewAppServicePlan Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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.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
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.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
Parâmetros
- appServicePlanCreatable
- ICreatable<IAppServicePlan>
O novo plano do serviço de aplicativo creatável.
Retornos
Aplica-se a
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for .NET