Skip to main content

import_jobs_controller_deletejobs

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

Overview

Nameimport_jobs_controller_deletejobs
TypeResource
Idazure.migrate.import_jobs_controller_deletejobs

Fields

NameDatatypeDescription
blob_nametextfield from the properties object
deletion_confirmationtextfield from the properties object
display_nametextfield from the properties object
end_timetextfield from the properties object
error_sas_uritextfield from the properties object
errorstextfield from the properties object
jobNametextfield from the properties object
job_statetextfield from the properties object
number_of_machines_deletedtextfield from the properties object
provisioning_statetextfield from the properties object
resourceGroupNametextfield from the properties object
siteNametextfield from the properties object
start_timetextfield from the properties object
statustextfield from the properties object
subscriptionIdtextfield from the properties object

Methods

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

SELECT examples

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

SELECT
blob_name,
deletion_confirmation,
display_name,
end_time,
error_sas_uri,
errors,
jobName,
job_state,
number_of_machines_deleted,
provisioning_state,
resourceGroupName,
siteName,
start_time,
status,
subscriptionId
FROM azure.migrate.vw_import_jobs_controller_deletejobs
WHERE resourceGroupName = '{{ resourceGroupName }}'
AND siteName = '{{ siteName }}'
AND subscriptionId = '{{ subscriptionId }}';