IWithNewAppServicePlan.WithNewAppServicePlan メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
WithNewAppServicePlan(PricingTier) |
使用する新しい App Service プランを作成します。 |
WithNewAppServicePlan(ICreatable<IAppServicePlan>) |
使用する新しい App Service プランを作成します。 |
WithNewAppServicePlan(PricingTier)
使用する新しい App Service プランを作成します。
public Microsoft.Azure.Management.AppService.Fluent.FunctionApp.Definition.IWithCreate WithNewAppServicePlan (Microsoft.Azure.Management.AppService.Fluent.PricingTier pricingTier);
abstract member WithNewAppServicePlan : Microsoft.Azure.Management.AppService.Fluent.PricingTier -> Microsoft.Azure.Management.AppService.Fluent.FunctionApp.Definition.IWithCreate
Public Function WithNewAppServicePlan (pricingTier As PricingTier) As IWithCreate
パラメーター
- pricingTier
- PricingTier
App Service プランの SKU。
戻り値
適用対象
WithNewAppServicePlan(ICreatable<IAppServicePlan>)
使用する新しい App Service プランを作成します。
public Microsoft.Azure.Management.AppService.Fluent.FunctionApp.Definition.IWithCreate 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.FunctionApp.Definition.IWithCreate
Public Function WithNewAppServicePlan (appServicePlanCreatable As ICreatable(Of IAppServicePlan)) As IWithCreate
パラメーター
- appServicePlanCreatable
- ICreatable<IAppServicePlan>
作成可能な新しい App Service プラン。
戻り値
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET