共用方式為


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 應用程式更新的下一個階段。

適用於