次の方法で共有


BareMetalMachineCommandSpecification interface

BareMetalMachineCommandSpecification は、ベア メタル マシンに対して実行するコマンドと省略可能な引数を表します。

プロパティ

arguments

スクリプトに個別の引数として順番に渡される文字列引数の一覧。

command

ベア メタル マシンに対して実行するコマンド。

プロパティの詳細

arguments

スクリプトに個別の引数として順番に渡される文字列引数の一覧。

arguments?: string[]

プロパティ値

string[]

command

ベア メタル マシンに対して実行するコマンド。

command: string

プロパティ値

string