GetJobStepResult

data class GetJobStepResult(val action: JobStepActionResponse, val azureApiVersion: String, val credential: String? = null, val executionOptions: JobStepExecutionOptionsResponse? = null, val id: String, val name: String, val output: JobStepOutputResponse? = null, val stepId: Int? = null, val targetGroup: String, val type: String)

A job step.

Constructors

Link copied to clipboard
constructor(action: JobStepActionResponse, azureApiVersion: String, credential: String? = null, executionOptions: JobStepExecutionOptionsResponse? = null, id: String, name: String, output: JobStepOutputResponse? = null, stepId: Int? = null, targetGroup: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The action payload of the job step.

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard
val credential: String? = null

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

Link copied to clipboard

Execution options for the job step.

Link copied to clipboard
val id: String

Resource ID.

Link copied to clipboard

Resource name.

Link copied to clipboard

Output destination properties of the job step.

Link copied to clipboard
val stepId: Int? = null

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.

Link copied to clipboard

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

Link copied to clipboard

Resource type.