你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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 应用更新的下一阶段。

适用于