IWithNewAppServicePlan.WithNewWindowsPlan Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET