GetJobDefinitionResult

data class GetJobDefinitionResult(val agentName: String? = null, val agentResourceId: String, val azureApiVersion: 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, azureApiVersion: 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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val agentName: String? = null

Name of the Agent to assign for new Job Runs of this Job Definition.

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

The Azure API version of the resource.

Link copied to clipboard

Strategy to use for copy.

Link copied to clipboard
val description: String? = null

A description for the Job Definition.

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

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

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
val sourceSubpath: String? = null

The subpath to use when reading from the source Endpoint.

Link copied to clipboard

Azure Resource Manager metadata containing createdBy and modifiedBy information.

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
val targetSubpath: String? = null

The subpath to use when writing to the target Endpoint.

Link copied to clipboard

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