IWithNewAppServicePlan.WithNewLinuxPlan 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
WithNewLinuxPlan(PricingTier) |
Tworzy nowy plan usługi App Service do użycia. |
WithNewLinuxPlan(ICreatable<IAppServicePlan>) |
Tworzy nowy plan usługi App Service do użycia. |
WithNewLinuxPlan(PricingTier)
Tworzy nowy plan usługi App Service do użycia.
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
Parametry
- pricingTier
- PricingTier
Jednostka SKU planu usługi App Service.
Zwraca
Dotyczy
WithNewLinuxPlan(ICreatable<IAppServicePlan>)
Tworzy nowy plan usługi App Service do użycia.
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
Parametry
- appServicePlanCreatable
- ICreatable<IAppServicePlan>
Nowy plan usługi App Service jest creatable.
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