Udostępnij za pośrednictwem


IWithNewAppServicePlan.WithNewWindowsPlan Metoda

Definicja

Przeciążenia

WithNewWindowsPlan(PricingTier)

Tworzy nowy plan usługi App Service do użycia.

WithNewWindowsPlan(ICreatable<IAppServicePlan>)

Tworzy nowy plan usługi App Service do użycia.

WithNewWindowsPlan(PricingTier)

Tworzy nowy plan usługi App Service do użycia.

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

Parametry

pricingTier
PricingTier

Jednostka SKU planu usługi App Service.

Zwraca

Dotyczy

WithNewWindowsPlan(ICreatable<IAppServicePlan>)

Tworzy nowy plan usługi App Service do użycia.

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

Parametry

appServicePlanCreatable
ICreatable<IAppServicePlan>

Nowy plan usługi App Service jest kreślny.

Zwraca

Dotyczy