通过


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

RunCommandDocumentOutput interface

描述 Run Command 的属性。

扩展

属性

parameters

脚本使用的参数。

script

要执行的脚本。

继承属性

$schema

VM 运行命令架构。

description

VM 运行命令说明。

id

VM 运行命令 ID。

label

VM 运行命令标签。

osType

操作系统类型。

属性详细信息

parameters

脚本使用的参数。

parameters?: RunCommandParameterDefinitionOutput[]

属性值

script

要执行的脚本。

script: string[]

属性值

string[]

继承属性详细信息

$schema

VM 运行命令架构。

$schema: string

属性值

string

继承自 RunCommandDocumentBaseOutput.$schema

description

VM 运行命令说明。

description: string

属性值

string

继承自RunCommandDocumentBaseOutput.description

id

VM 运行命令 ID。

id: string

属性值

string

继承自 RunCommandDocumentBaseOutput.id

label

VM 运行命令标签。

label: string

属性值

string

继承自RunCommandDocumentBaseOutput.label

osType

操作系统类型。

osType: "Windows" | "Linux"

属性值

"Windows" | "Linux"

继承自 RunCommandDocumentBaseOutput.osType