StorageApplianceCommandSpecification interface
StorageApplianceCommandSpecification は、実行するコマンドとオプションの引数を表します。
プロパティの詳細
arguments
個別の引数としてスクリプトに順番に渡される文字列のリスト。
arguments?: string[]
プロパティ値
string[]
command
実行するコマンドです。
command: string
プロパティ値
string