RunCommandDocumentOutput interface
実行コマンドのプロパティについて説明します。
- Extends
プロパティ
| parameters | スクリプトで使用されるパラメーター。 |
| script | 実行するスクリプト。 |
継承されたプロパティ
| $schema | VM 実行コマンド スキーマ。 |
| description | VM 実行コマンドの説明。 |
| id | VM の実行コマンド ID。 |
| label | VM 実行コマンド ラベル。 |
| os |
オペレーティング システムの種類。 |
プロパティの詳細
parameters
スクリプトで使用されるパラメーター。
parameters?: RunCommandParameterDefinitionOutput[]
プロパティ値
script
実行するスクリプト。
script: string[]
プロパティ値
string[]
継承されたプロパティの詳細
$schema
description
id
label
osType
オペレーティング システムの種類。
osType: "Windows" | "Linux"
プロパティ値
"Windows" | "Linux"