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

AppInstanceExecAction.Command 属性

定义

命令是在容器内执行的命令行,命令的工作目录是容器文件系统中的根 ('/') 。 命令不在 shell 中运行,因此传统的 shell 指令 (“|”等) 不起作用。 若要使用 shell,需要显式调用该 shell。 退出状态 0 被视为实时/正常,非零为不正常。

public System.Collections.Generic.IList<string> Command { get; }
member this.Command : System.Collections.Generic.IList<string>
Public ReadOnly Property Command As IList(Of String)

属性值

适用于