次の方法で共有


IWithWindowsRuntimeStack.WithRuntimeStack(WebAppRuntimeStack) メソッド

定義

Windows オペレーティング システム上の Web アプリのランタイム スタックを指定します。

public Microsoft.Azure.Management.AppService.Fluent.WebApp.Definition.IWithCreate WithRuntimeStack(Microsoft.Azure.Management.AppService.Fluent.WebAppRuntimeStack runtimeStack);
abstract member WithRuntimeStack : Microsoft.Azure.Management.AppService.Fluent.WebAppRuntimeStack -> Microsoft.Azure.Management.AppService.Fluent.WebApp.Definition.IWithCreate
Public Function WithRuntimeStack (runtimeStack As WebAppRuntimeStack) As IWithCreate

パラメーター

runtimeStack
WebAppRuntimeStack

Web アプリのランタイム スタック。

戻り値

定義の次のステージ。

適用対象