Skip to main content

machines_machines

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

Overview

Namemachines_machines
TypeResource
Idazure.migrate_projects.machines_machines

Fields

NameDatatypeDescription
idtextGets or sets the relative URL to get to this REST resource.
nametextGets or sets the name of this REST resource.
assessment_datatextfield from the properties object
discovery_datatextfield from the properties object
last_updated_timetextfield from the properties object
machineNametextfield from the properties object
migrateProjectNametextfield from the properties object
migration_datatextfield from the properties object
resourceGroupNametextfield from the properties object
subscriptionIdtextfield from the properties object
typetextGets the type of this REST resource.

Methods

NameAccessible byRequired ParamsDescription
getSELECTmachineName, migrateProjectName, resourceGroupName, subscriptionId

SELECT examples

SELECT
id,
name,
assessment_data,
discovery_data,
last_updated_time,
machineName,
migrateProjectName,
migration_data,
resourceGroupName,
subscriptionId,
type
FROM azure.migrate_projects.vw_machines_machines
WHERE machineName = '{{ machineName }}'
AND migrateProjectName = '{{ migrateProjectName }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}';