Description | : Lists all Job Definitions in a Project. |
Reference | : Link ¶ |
⚶ Changes
{ "#id": "JobDefinitions_List", "$responses": { "200": { "$properties": { "value": { "$properties": { "properties": [ { "#name": "description", "Description": { "new": "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.", "old": "A description for the Job Definition." } } ] } } } } } }
⚼ Request
GET:
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StorageMover/storageMovers/{storageMoverName}/projects/{projectName}/jobDefinitions
{
api-version:
string
,
subscriptionId:
string
,
resourceGroupName:
string
,
storageMoverName:
string
,
projectName:
string
,
}
⚐ Response (200)
{
value:
[
]
,
{
,
properties:
}
{
,
description:
string
,
copyMode:
enum
,
sourceName:
string
,
sourceResourceId:
string
,
sourceSubpath:
string
,
targetName:
string
,
targetResourceId:
string
,
targetSubpath:
string
,
latestJobRunName:
string
,
latestJobRunResourceId:
string
,
latestJobRunStatus:
enum
,
agentName:
string
,
agentResourceId:
string
,
provisioningState:
enum
,
}
nextLink:
string
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
additionalInfo:
}
[
]
,
{
,
type:
string
,
info:
object
,
}