GetJobResult

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)

Types

Link copied to clipboard
object Companion

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

The UTC date and time when the customer has created the Job, in 'YYYY-MM-DDThh:mm:ssZ' format.

Link copied to clipboard
val description: String? = null

Optional customer supplied description of the Job.

Link copied to clipboard

The UTC date and time at which this Job finished processing.

Link copied to clipboard
val id: String

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

Link copied to clipboard
val input: Any

The inputs for 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 name of the resource

Link copied to clipboard

The outputs for the Job.

Link copied to clipboard
val priority: String? = null

Priority with which the job should be processed. Higher priority jobs are processed before lower priority jobs. If not set, the default is normal.

Link copied to clipboard

The UTC date and time at which this Job began processing.

Link copied to clipboard

The current state of the job.

Link copied to clipboard

The system metadata relating to this resource.

Link copied to clipboard

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"