IWithNewAppServicePlan.WithNewWindowsPlan 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
WithNewWindowsPlan(PricingTier) |
Hiermee maakt u een nieuw App Service-plan voor gebruik. |
WithNewWindowsPlan(ICreatable<IAppServicePlan>) |
Hiermee maakt u een nieuw App Service-plan voor gebruik. |
WithNewWindowsPlan(PricingTier)
Hiermee maakt u een nieuw App Service-plan voor gebruik.
public Microsoft.Azure.Management.AppService.Fluent.WebApp.Definition.IWithWindowsRuntimeStack WithNewWindowsPlan(Microsoft.Azure.Management.AppService.Fluent.PricingTier pricingTier);
abstract member WithNewWindowsPlan : Microsoft.Azure.Management.AppService.Fluent.PricingTier -> Microsoft.Azure.Management.AppService.Fluent.WebApp.Definition.IWithWindowsRuntimeStack
Public Function WithNewWindowsPlan (pricingTier As PricingTier) As IWithWindowsRuntimeStack
Parameters
- pricingTier
- PricingTier
De SKU van het App Service-plan.
Retouren
Van toepassing op
WithNewWindowsPlan(ICreatable<IAppServicePlan>)
Hiermee maakt u een nieuw App Service-plan voor gebruik.
public Microsoft.Azure.Management.AppService.Fluent.WebApp.Definition.IWithWindowsRuntimeStack WithNewWindowsPlan(Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.AppService.Fluent.IAppServicePlan> appServicePlanCreatable);
abstract member WithNewWindowsPlan : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.AppService.Fluent.IAppServicePlan> -> Microsoft.Azure.Management.AppService.Fluent.WebApp.Definition.IWithWindowsRuntimeStack
Public Function WithNewWindowsPlan (appServicePlanCreatable As ICreatable(Of IAppServicePlan)) As IWithWindowsRuntimeStack
Parameters
- appServicePlanCreatable
- ICreatable<IAppServicePlan>
Het nieuwe App Service-plan kan worden gemaakt.
Retouren
Van toepassing op
Azure SDK for .NET