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

IWithStartUpCommand.WithStartUpCommand(String) 方法

定义

指定启动命令。

public Microsoft.Azure.Management.AppService.Fluent.WebApp.Update.IUpdate WithStartUpCommand(string startUpCommand);
abstract member WithStartUpCommand : string -> Microsoft.Azure.Management.AppService.Fluent.WebApp.Update.IUpdate
Public Function WithStartUpCommand (startUpCommand As String) As IUpdate

参数

startUpCommand
String

用于替换 Dockerfile 中的“CMD”的启动命令。

返回

适用于