Get Job Result
data class GetJobResult(val azureApiVersion: String, val id: String, val identity: IdentityDetailsResponse? = null, val location: String? = null, val name: String, val properties: JobDetailsResponse, val systemData: SystemDataResponse, val tags: Any? = null, val type: String)
Contains the job information.
Constructors
Link copied to clipboard
constructor(azureApiVersion: String, id: String, identity: IdentityDetailsResponse? = null, location: String? = null, name: String, properties: JobDetailsResponse, systemData: SystemDataResponse, tags: Any? = null, type: String)