Udostępnij za pośrednictwem


IWithAppServicePlan.WithNewAppServicePlan Metoda

Definicja

Przeciążenia

WithNewAppServicePlan(PricingTier)

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

WithNewAppServicePlan(ICreatable<IAppServicePlan>)

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

WithNewAppServicePlan(PricingTier)

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

public Microsoft.Azure.Management.AppService.Fluent.WebApp.Update.IUpdate WithNewAppServicePlan (Microsoft.Azure.Management.AppService.Fluent.PricingTier pricingTier);
abstract member WithNewAppServicePlan : Microsoft.Azure.Management.AppService.Fluent.PricingTier -> Microsoft.Azure.Management.AppService.Fluent.WebApp.Update.IUpdate
Public Function WithNewAppServicePlan (pricingTier As PricingTier) As IUpdate

Parametry

pricingTier
PricingTier

Jednostka SKU planu usługi App Service.

Zwraca

Dotyczy

WithNewAppServicePlan(ICreatable<IAppServicePlan>)

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

public Microsoft.Azure.Management.AppService.Fluent.WebApp.Update.IUpdate WithNewAppServicePlan (Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.AppService.Fluent.IAppServicePlan> appServicePlanCreatable);
abstract member WithNewAppServicePlan : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.ICreatable<Microsoft.Azure.Management.AppService.Fluent.IAppServicePlan> -> Microsoft.Azure.Management.AppService.Fluent.WebApp.Update.IUpdate
Public Function WithNewAppServicePlan (appServicePlanCreatable As ICreatable(Of IAppServicePlan)) As IUpdate

Parametry

appServicePlanCreatable
ICreatable<IAppServicePlan>

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

Zwraca

Dotyczy