次の方法で共有


IWithWindowsRuntimeStack.WithRuntimeStack(WebAppRuntimeStack) メソッド

定義

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

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

パラメーター

runtimeStack
WebAppRuntimeStack

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

戻り値

Web アプリの更新の次のステージ。

適用対象