Package version:

Managed RunCommand script input

interface ManagedRunCommandScriptInput {
    scriptParameters: string;
    scriptUrl: string;
    stepName: string;
}

Properties

scriptParameters: string

The script parameters.

scriptUrl: string

The script url.

stepName: string

The step name.