IWithNewAppServicePlan.WithNewLinuxPlan Methode
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Overloads
WithNewLinuxPlan(PricingTier) |
Hiermee maakt u een nieuw App Service-plan dat u wilt gebruiken. |
WithNewLinuxPlan(ICreatable<IAppServicePlan>) |
Hiermee maakt u een nieuw App Service-plan dat u wilt gebruiken. |
WithNewLinuxPlan(PricingTier)
Hiermee maakt u een nieuw App Service-plan dat u wilt gebruiken.
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
De SKU van het App Service-plan.
Retouren
Van toepassing op
WithNewLinuxPlan(ICreatable<IAppServicePlan>)
Hiermee maakt u een nieuw App Service-plan dat u wilt gebruiken.
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>
Het nieuwe App Service-plan kan worden creatable.
Retouren
Van toepassing op
Azure SDK for .NET