IWithAppServicePlan.WithNewAppServicePlan Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
WithNewAppServicePlan(PricingTier) |
Creates a new app service plan to use. |
WithNewAppServicePlan(ICreatable<IAppServicePlan>) |
Creates a new app service plan to use. |
WithNewAppServicePlan(PricingTier)
Creates a new app service plan to use.
public Microsoft.Azure.Management.AppService.Fluent.FunctionApp.Update.IUpdate WithNewAppServicePlan (Microsoft.Azure.Management.AppService.Fluent.PricingTier pricingTier);
abstract member WithNewAppServicePlan : Microsoft.Azure.Management.AppService.Fluent.PricingTier -> Microsoft.Azure.Management.AppService.Fluent.FunctionApp.Update.IUpdate
Public Function WithNewAppServicePlan (pricingTier As PricingTier) As IUpdate
Parameters
- pricingTier
- PricingTier
The sku of the app service plan.
Returns
Applies to
WithNewAppServicePlan(ICreatable<IAppServicePlan>)
Creates a new app service plan to use.
public Microsoft.Azure.Management.AppService.Fluent.FunctionApp.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.FunctionApp.Update.IUpdate
Public Function WithNewAppServicePlan (appServicePlanCreatable As ICreatable(Of IAppServicePlan)) As IUpdate
Parameters
- appServicePlanCreatable
- ICreatable<IAppServicePlan>
The new app service plan creatable.