IWithAppServicePlan.WithNewAppServicePlan Metod
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Ö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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET