import_jobs_controller_importjobs
Creates, updates, deletes, gets or lists a import_jobs_controller_importjobs
resource.
Overview
Name | import_jobs_controller_importjobs |
Type | Resource |
Id | azure.migrate.import_jobs_controller_importjobs |
Fields
- vw_import_jobs_controller_importjobs
- import_jobs_controller_importjobs
Name | Datatype | Description |
---|---|---|
id | text | Gets or sets the relative ARM name to get job. |
name | text | Gets or sets the Job ID. |
blob_creation_time_stamp | text | field from the properties object |
blob_name | text | field from the properties object |
blob_sas_uri | text | field from the properties object |
display_name | text | field from the properties object |
end_time | text | field from the properties object |
error_summary | text | field from the properties object |
jobName | text | field from the properties object |
job_result | text | field from the properties object |
number_of_machines_imported | text | field from the properties object |
resourceGroupName | text | field from the properties object |
siteName | text | field from the properties object |
start_time | text | field from the properties object |
status | text | Gets or sets the Job status. |
subscriptionId | text | field from the properties object |
type | text | Handled by resource provider. Type = |
Microsoft.OffAzure/ImportSites/jobs/importJobs. |
Name | Datatype | Description |
---|---|---|
id | string | Gets or sets the relative ARM name to get job. |
name | string | Gets or sets the Job ID. |
displayName | string | Gets or sets the Display name. |
endTime | string | Gets or sets the Job end time. |
properties | object | ImportMachines JobProperties |
startTime | string | Gets or sets the Job start time. |
status | string | Gets or sets the Job status. |
type | string | Handled by resource provider. Type = |
Microsoft.OffAzure/ImportSites/jobs/importJobs. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | jobName, resourceGroupName, siteName, subscriptionId | Gets the import job with the given job name. |
list | SELECT | resourceGroupName, siteName, subscriptionId | Method to get all import machines job for the given site. |
SELECT
examples
Method to get all import machines job for the given site.
- vw_import_jobs_controller_importjobs
- import_jobs_controller_importjobs
SELECT
id,
name,
blob_creation_time_stamp,
blob_name,
blob_sas_uri,
display_name,
end_time,
error_summary,
jobName,
job_result,
number_of_machines_imported,
resourceGroupName,
siteName,
start_time,
status,
subscriptionId,
type
FROM azure.migrate.vw_import_jobs_controller_importjobs
WHERE resourceGroupName = '{{ resourceGroupName }}'
AND siteName = '{{ siteName }}'
AND subscriptionId = '{{ subscriptionId }}';
SELECT
id,
name,
displayName,
endTime,
properties,
startTime,
status,
type
FROM azure.migrate.import_jobs_controller_importjobs
WHERE resourceGroupName = '{{ resourceGroupName }}'
AND siteName = '{{ siteName }}'
AND subscriptionId = '{{ subscriptionId }}';