IWithWindowsRuntimeStack.WithRuntimeStack(WebAppRuntimeStack) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指定 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 應用程式更新的下一個階段。