PipelineCreatePipelineRunOptionalParams interface
Optional parameters.
- Extends
Properties
| is |
Recovery mode flag. If recovery mode is set to true, the specified referenced pipeline run and the new run will be grouped under the same groupId. |
| parameters | Parameters of the pipeline run. These parameters will be used only if the runId is not specified. |
| reference |
The pipeline run identifier. If run ID is specified the parameters of the specified run will be used to create a new run. |
| start |
In recovery mode, the rerun will start from this activity. If not specified, all activities will run. |
Inherited Properties
| abort |
The signal which can be used to abort requests. |
| on |
A function to be called each time a response is received from the server while performing the requested operation. May be called multiple times. |
| request |
Options used when creating and sending HTTP requests for this operation. |
| serializer |
Options to override serialization/de-serialization behavior. |
| tracing |
Options used when tracing is enabled. |
Property Details
isRecovery
Recovery mode flag. If recovery mode is set to true, the specified referenced pipeline run and the new run will be grouped under the same groupId.
isRecovery?: boolean
Property Value
boolean
parameters
Parameters of the pipeline run. These parameters will be used only if the runId is not specified.
parameters?: {[propertyName: string]: any}
Property Value
{[propertyName: string]: any}
referencePipelineRunId
The pipeline run identifier. If run ID is specified the parameters of the specified run will be used to create a new run.
referencePipelineRunId?: string
Property Value
string
startActivityName
In recovery mode, the rerun will start from this activity. If not specified, all activities will run.
startActivityName?: string
Property Value
string
Inherited Property Details
abortSignal
The signal which can be used to abort requests.
abortSignal?: AbortSignalLike
Property Value
Inherited From coreClient.OperationOptions.abortSignal
onResponse
A function to be called each time a response is received from the server while performing the requested operation. May be called multiple times.
onResponse?: RawResponseCallback
Property Value
Inherited From coreClient.OperationOptions.onResponse
requestOptions
Options used when creating and sending HTTP requests for this operation.
requestOptions?: OperationRequestOptions
Property Value
Inherited From coreClient.OperationOptions.requestOptions
serializerOptions
Options to override serialization/de-serialization behavior.
serializerOptions?: SerializerOptions
Property Value
Inherited From coreClient.OperationOptions.serializerOptions
tracingOptions
Options used when tracing is enabled.
tracingOptions?: OperationTracingOptions
Property Value
Inherited From coreClient.OperationOptions.tracingOptions