VirtualMachineRunCommandScriptSourceOutput interface
描述用于运行命令的脚本源。
属性详细信息
commandId
指定预定义内置脚本的 commandId。
commandId?: string
属性值
string
script
指定要在 VM 上执行的脚本内容。
script?: string
属性值
string
scriptUri
指定脚本下载位置。
scriptUri?: string
属性值
string