StorageApplianceCommandSpecification interface
StorageApplianceCommandSpecification represents the command and optional arguments to run.
Properties
| arguments | The list of strings that will be passed to the script in order as separate arguments. |
| command | The command to execute. |
Property Details
arguments
The list of strings that will be passed to the script in order as separate arguments.
arguments?: string[]
Property Value
string[]
command
The command to execute.
command: string
Property Value
string