Package version:

Interface JobStep

A job step.

Hierarchy

Properties

action?: JobStepAction

The action payload of the job step.

credential?: string

The resource ID of the job credential that will be used to connect to the targets.

executionOptions?: JobStepExecutionOptions

Execution options for the job step.

id?: string

Resource ID. NOTE: This property will not be serialized. It can only be populated by the server.

name?: string

Resource name. NOTE: This property will not be serialized. It can only be populated by the server.

output?: JobStepOutput

Output destination properties of the job step.

stepId?: number

The job step's index within the job. If not specified when creating the job step, it will be created as the last step. If not specified when updating the job step, the step id is not modified.

targetGroup?: string

The resource ID of the target group that the job step will be executed on.

type?: string

Resource type. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc