共用方式為


RunCommandDocument interface

描述執行命令的屬性。

Extends

屬性

parameters

腳本所使用的參數。

script

要執行的腳本。

繼承的屬性

description

VM 執行命令描述。

id

VM 執行命令標識碼。

label

VM 執行命令標籤。

osType

操作系統類型。

schema

VM 執行命令架構。

屬性詳細資料

parameters

腳本所使用的參數。

parameters?: RunCommandParameterDefinition[]

屬性值

script

要執行的腳本。

script: string[]

屬性值

string[]

繼承的屬性詳細資料

description

VM 執行命令描述。

description: string

屬性值

string

繼承自 runCommandDocumentBase.descriptionRunCommandDocumentBase.description

id

VM 執行命令標識碼。

id: string

屬性值

string

繼承自RunCommandDocumentBase.id

label

VM 執行命令標籤。

label: string

屬性值

string

繼承自RunCommandDocumentBase.label

osType

操作系統類型。

osType: OperatingSystemTypes

屬性值

繼承自 runCommandDocumentBase.osTypeRunCommandDocumentBase.osType

schema

VM 執行命令架構。

schema: string

屬性值

string

繼承自RunCommandDocumentBase.schema