JobDefinitionProperties interface
Job definition properties.
Properties
| agent |
Name of the Agent to assign for new Job Runs of this Job Definition. |
| agent |
Fully qualified resource id of the Agent to assign for new Job Runs of this Job Definition. |
| copy |
Strategy to use for copy. |
| description | A description for the Job Definition. OnPremToCloud is for migrating data from on-premises to cloud. CloudToCloud is for migrating data between cloud to cloud. |
| job |
The type of the Job. |
| latest |
The name of the Job Run in a non-terminal state, if exists. |
| latest |
The fully qualified resource ID of the Job Run in a non-terminal state, if exists. |
| latest |
The current status of the Job Run in a non-terminal state, if exists. |
| provisioning |
The provisioning state of this resource. |
| source |
The name of the source Endpoint. |
| source |
Fully qualified resource ID of the source Endpoint. |
| source |
The subpath to use when reading from the source Endpoint. |
| source |
The list of cloud endpoints to migrate. |
| target |
The name of the target Endpoint. |
| target |
Fully qualified resource ID of the target Endpoint. |
| target |
The subpath to use when writing to the target Endpoint. |
Property Details
agentName
Name of the Agent to assign for new Job Runs of this Job Definition.
agentName?: string
Property Value
string
agentResourceId
Fully qualified resource id of the Agent to assign for new Job Runs of this Job Definition.
agentResourceId?: string
Property Value
string
copyMode
Strategy to use for copy.
copyMode: string
Property Value
string
description
A description for the Job Definition. OnPremToCloud is for migrating data from on-premises to cloud. CloudToCloud is for migrating data between cloud to cloud.
description?: string
Property Value
string
jobType
The type of the Job.
jobType?: string
Property Value
string
latestJobRunName
The name of the Job Run in a non-terminal state, if exists.
latestJobRunName?: string
Property Value
string
latestJobRunResourceId
The fully qualified resource ID of the Job Run in a non-terminal state, if exists.
latestJobRunResourceId?: string
Property Value
string
latestJobRunStatus
The current status of the Job Run in a non-terminal state, if exists.
latestJobRunStatus?: string
Property Value
string
provisioningState
The provisioning state of this resource.
provisioningState?: string
Property Value
string
sourceName
The name of the source Endpoint.
sourceName: string
Property Value
string
sourceResourceId
Fully qualified resource ID of the source Endpoint.
sourceResourceId?: string
Property Value
string
sourceSubpath
The subpath to use when reading from the source Endpoint.
sourceSubpath?: string
Property Value
string
sourceTargetMap
The list of cloud endpoints to migrate.
sourceTargetMap?: { value?: SourceTargetMap[] }
Property Value
{ value?: SourceTargetMap[] }
targetName
The name of the target Endpoint.
targetName: string
Property Value
string
targetResourceId
Fully qualified resource ID of the target Endpoint.
targetResourceId?: string
Property Value
string
targetSubpath
The subpath to use when writing to the target Endpoint.
targetSubpath?: string
Property Value
string