Get Job Result
data class GetJobResult(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
fun GetJobResult(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)