MabJobExtendedInfo interface
Additional information for the MAB workload-specific job.
Properties
dynamic |
Non localized error message specific to this job. |
property |
The job properties. |
tasks |
List of tasks for this job. |
Property Details
dynamicErrorMessage
Non localized error message specific to this job.
dynamicErrorMessage?: string
Property Value
string
propertyBag
The job properties.
propertyBag?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}