Get Job Definition Result
data class GetJobDefinitionResult(val agentName: String? = null, val agentResourceId: String, val copyMode: String, val description: String? = null, val id: String, val latestJobRunName: String, val latestJobRunResourceId: String, val latestJobRunStatus: String, val name: String, val provisioningState: String, val sourceName: String, val sourceResourceId: String, val sourceSubpath: String? = null, val systemData: SystemDataResponse, val targetName: String, val targetResourceId: String, val targetSubpath: String? = null, val type: String)
The Job Definition resource.
Constructors
Link copied to clipboard
constructor(agentName: String? = null, agentResourceId: String, copyMode: String, description: String? = null, id: String, latestJobRunName: String, latestJobRunResourceId: String, latestJobRunStatus: String, name: String, provisioningState: String, sourceName: String, sourceResourceId: String, sourceSubpath: String? = null, systemData: SystemDataResponse, targetName: String, targetResourceId: String, targetSubpath: String? = null, type: String)
Properties
Link copied to clipboard
Fully qualified resource id of the Agent to assign for new Job Runs of this Job Definition.
Link copied to clipboard
A description for the Job Definition.
Link copied to clipboard
The name of the Job Run in a non-terminal state, if exists.
Link copied to clipboard
The fully qualified resource ID of the Job Run in a non-terminal state, if exists.
Link copied to clipboard
The current status of the Job Run in a non-terminal state, if exists.
Link copied to clipboard
The provisioning state of this resource.
Link copied to clipboard
The name of the source Endpoint.
Link copied to clipboard
Fully qualified resource ID of the source Endpoint.
Link copied to clipboard
The subpath to use when reading from the source Endpoint.
Link copied to clipboard
Resource system metadata.
Link copied to clipboard
The name of the target Endpoint.
Link copied to clipboard
Fully qualified resource ID of the target Endpoint.
Link copied to clipboard
The subpath to use when writing to the target Endpoint.