Share via


PipelineRunProperties interface

The properties of a pipeline run.

Properties

forceUpdateTag

How the pipeline run should be forced to recreate even if the pipeline run configuration has not changed.

provisioningState

The provisioning state of a pipeline run.

request

The request parameters for a pipeline run.

response

The response of a pipeline run.

Property Details

forceUpdateTag

How the pipeline run should be forced to recreate even if the pipeline run configuration has not changed.

forceUpdateTag?: string

Property Value

string

provisioningState

The provisioning state of a pipeline run.

provisioningState?: string

Property Value

string

request

The request parameters for a pipeline run.

request?: PipelineRunRequest

Property Value

response

The response of a pipeline run.

response?: PipelineRunResponse

Property Value