Skip to main content

import_jobs_controller_exportjobs

Creates, updates, deletes, gets or lists a import_jobs_controller_exportjobs resource.

Overview

Nameimport_jobs_controller_exportjobs
TypeResource
Idazure.migrate.import_jobs_controller_exportjobs

Fields

NameDatatypeDescription
idtextGets or sets the relative ARM name to get job.
nametextGets or sets the Job ID.
blob_nametextfield from the properties object
display_nametextfield from the properties object
end_timetextfield from the properties object
jobNametextfield from the properties object
resourceGroupNametextfield from the properties object
sas_uritextfield from the properties object
siteNametextfield from the properties object
start_timetextfield from the properties object
statustextGets or sets the Job status.
subscriptionIdtextfield from the properties object
typetextType name for export job.

Methods

NameAccessible byRequired ParamsDescription
getSELECTjobName, resourceGroupName, siteName, subscriptionIdGets the export imported machines job with the given job name.
listSELECTresourceGroupName, siteName, subscriptionIdMethod to get all export import machines job for the given site.

SELECT examples

Method to get all export import machines job for the given site.

SELECT
id,
name,
blob_name,
display_name,
end_time,
jobName,
resourceGroupName,
sas_uri,
siteName,
start_time,
status,
subscriptionId,
type
FROM azure.migrate.vw_import_jobs_controller_exportjobs
WHERE resourceGroupName = '{{ resourceGroupName }}'
AND siteName = '{{ siteName }}'
AND subscriptionId = '{{ subscriptionId }}';