RunCommandInput interface

Capture Virtual Machine parameters.

Properties

commandId

The run command id.

parameters

The run command parameters.

script

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

Property Details

commandId

The run command id.

commandId: string

Property Value

string

parameters

The run command parameters.

parameters?: RunCommandInputParameter[]

Property Value

script

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

script?: string[]

Property Value

string[]