你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
RunCommandInput interface
捕获虚拟机参数。
属性
command |
运行命令 ID。 |
parameters | 运行命令参数。 |
script | 可选。 要执行的脚本。 给定此值后,给定脚本将替代命令的默认脚本。 |
属性详细信息
commandId
运行命令 ID。
commandId: string
属性值
string
parameters
script
可选。 要执行的脚本。 给定此值后,给定脚本将替代命令的默认脚本。
script?: string[]
属性值
string[]