次の方法で共有


StorageApplianceCommandSpecification interface

StorageApplianceCommandSpecification は、実行するコマンドとオプションの引数を表します。

プロパティ

arguments

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

command

実行するコマンドです。

プロパティの詳細

arguments

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

arguments?: string[]

プロパティ値

string[]

command

実行するコマンドです。

command: string

プロパティ値

string