IWithNewAppServicePlan.WithNewLinuxPlan 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
WithNewLinuxPlan(PricingTier) |
Creates a new app service plan to use. |
WithNewLinuxPlan(ICreatable<IAppServicePlan>) |
Creates a new app service plan to use. |
WithNewLinuxPlan(PricingTier)
Creates a new app service plan to use.
public Microsoft.Azure.Management.AppService.Fluent.WebApp.Definition.IWithDockerContainerImage WithNewLinuxPlan (Microsoft.Azure.Management.AppService.Fluent.PricingTier pricingTier);
abstract member WithNewLinuxPlan : Microsoft.Azure.Management.AppService.Fluent.PricingTier -> Microsoft.Azure.Management.AppService.Fluent.WebApp.Definition.IWithDockerContainerImage
Public Function WithNewLinuxPlan (pricingTier As PricingTier) As IWithDockerContainerImage
Parameters
- pricingTier
- PricingTier
The sku of the app service plan.
Returns
Applies to
WithNewLinuxPlan(ICreatable<IAppServicePlan>)
Creates a new app service plan to use.
public Microsoft.Azure.Management.AppService.Fluent.WebApp.Definition.IWithDockerContainerImage WithNewLinuxPlan (Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.AppService.Fluent.IAppServicePlan> appServicePlanCreatable);
abstract member WithNewLinuxPlan : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.AppService.Fluent.IAppServicePlan> -> Microsoft.Azure.Management.AppService.Fluent.WebApp.Definition.IWithDockerContainerImage
Public Function WithNewLinuxPlan (appServicePlanCreatable As ICreatable(Of IAppServicePlan)) As IWithDockerContainerImage
Parameters
- appServicePlanCreatable
- ICreatable<IAppServicePlan>
The new app service plan creatable.
Returns
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET