JobRelationshipProperties Class
Job relationship information properties including pipeline information, correlation information, etc.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
JobRelationshipProperties
Constructor
JobRelationshipProperties(**kwargs)
Parameters
- pipeline_name
- str
The friendly name of the job relationship pipeline, which does not need to be unique.
- pipeline_uri
- str
The pipeline uri, unique, links to the originating service for this pipeline.
- run_id
- str
The run identifier (a GUID), unique identifier of the iteration of this pipeline.
- recurrence_id
- str
Required. The recurrence identifier (a GUID), unique per activity/script, regardless of iterations. This is something to link different occurrences of the same job together.
- recurrence_name
- str
The recurrence name, user friendly name for the correlation between jobs.
Feedback
Submit and view feedback for