OutputPathAssetReference interface
Reference to an asset via its path in a job output.
- Extends
Properties
job |
ARM resource ID of the job. |
path | The path of the file/directory in the job output. |
reference |
Polymorphic discriminator, which specifies the different types this object can be |
Property Details
jobId
ARM resource ID of the job.
jobId?: string
Property Value
string
path
The path of the file/directory in the job output.
path?: string
Property Value
string
referenceType
Polymorphic discriminator, which specifies the different types this object can be
referenceType: "OutputPath"
Property Value
"OutputPath"