BareMetalMachineCommandSpecification interface
BareMetalMachineCommandSpecification は、ベア メタル マシンに対して実行するコマンドと省略可能な引数を表します。
プロパティの詳細
arguments
個別の引数としてスクリプトに渡される文字列引数のリスト。
arguments?: string[]
プロパティ値
string[]
command
ベア メタル マシンに対して実行するコマンド。
command: string
プロパティ値
string