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

IWithDockerContainerImage.WithBuiltInImage(RuntimeStack) 方法

定义

将 docker 容器映像指定为内置容器映像。

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

参数

runtimeStack
RuntimeStack

安装在映像上的运行时堆栈。

返回

适用于