Bagikan melalui


IWithNewAppServicePlan.WithNewLinuxPlan Method

Definition

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