RunCommandDocumentBaseOutput interface
描述 Run Command 元数据的属性。
属性
| $schema | VM 运行命令架构。 |
| description | VM 运行命令说明。 |
| id | VM 运行命令 ID。 |
| label | VM 运行命令标签。 |
| os |
作系统类型。 |
属性详细信息
$schema
VM 运行命令架构。
$schema: string
属性值
string
description
VM 运行命令说明。
description: string
属性值
string
id
VM 运行命令 ID。
id: string
属性值
string
label
VM 运行命令标签。
label: string
属性值
string
osType
作系统类型。
osType: "Windows" | "Linux"
属性值
"Windows" | "Linux"