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

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 应用的运行时堆栈。

返回

定义的下一阶段。

适用于