Package version:

Interface RunCommandInput

Capture Virtual Machine parameters.

interface RunCommandInput {
    commandId: string;
    parameters?: RunCommandInputParameter[];
    script?: string[];
}

Properties

commandId: string

The run command id.

The run command parameters.

script?: string[]

Optional. The script to be executed. When this value is given, the given script will override the default script of the command.