Get Job Result
data class GetJobResult(val azureApiVersion: String, val correlationData: Map<String, String>? = null, val created: String, val description: String? = null, val endTime: String, val id: String, val input: Any, val lastModified: String, val name: String, val outputs: List<JobOutputAssetResponse>, val priority: String? = null, val startTime: String, val state: String, val systemData: SystemDataResponse, val type: String)
A Job resource type. The progress and state can be obtained by polling a Job or subscribing to events using EventGrid.
Constructors
Link copied to clipboard
constructor(azureApiVersion: String, correlationData: Map<String, String>? = null, created: String, description: String? = null, endTime: String, id: String, input: Any, lastModified: String, name: String, outputs: List<JobOutputAssetResponse>, priority: String? = null, startTime: String, state: String, systemData: SystemDataResponse, type: String)
Properties
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
Customer provided key, value pairs that will be returned in Job and JobOutput state events.
Link copied to clipboard
Optional customer supplied description of the Job.
Link copied to clipboard
The UTC date and time when the customer has last updated the Job, in 'YYYY-MM-DDThh:mm:ssZ' format.
Link copied to clipboard
The outputs for the Job.
Link copied to clipboard
The system metadata relating to this resource.