IWithAppServicePlan.WithNewAppServicePlan Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
WithNewAppServicePlan(PricingTier) |
Erstellt einen neuen App Service-Plan, der verwendet werden soll. |
WithNewAppServicePlan(ICreatable<IAppServicePlan>) |
Erstellt einen neuen App Service-Plan, der verwendet werden soll. |
WithNewAppServicePlan(PricingTier)
Erstellt einen neuen App Service-Plan, der verwendet werden soll.
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
Parameter
- pricingTier
- PricingTier
Die SKU des App Service-Plans.
Gibt zurück
Gilt für:
WithNewAppServicePlan(ICreatable<IAppServicePlan>)
Erstellt einen neuen App Service-Plan, der verwendet werden soll.
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
Parameter
- appServicePlanCreatable
- ICreatable<IAppServicePlan>
Der neue App Service-Plan ist erstellbar.
Gibt zurück
Gilt für:
Azure SDK for .NET