machines_machines
Creates, updates, deletes, gets or lists a machines_machines
resource.
Overview
Name | machines_machines |
Type | Resource |
Id | azure.migrate_projects.machines_machines |
Fields
- vw_machines_machines
- machines_machines
Name | Datatype | Description |
---|---|---|
id | text | Gets or sets the relative URL to get to this REST resource. |
name | text | Gets or sets the name of this REST resource. |
assessment_data | text | field from the properties object |
discovery_data | text | field from the properties object |
last_updated_time | text | field from the properties object |
machineName | text | field from the properties object |
migrateProjectName | text | field from the properties object |
migration_data | text | field from the properties object |
resourceGroupName | text | field from the properties object |
subscriptionId | text | field from the properties object |
type | text | Gets the type of this REST resource. |
Name | Datatype | Description |
---|---|---|
id | string | Gets or sets the relative URL to get to this REST resource. |
name | string | Gets or sets the name of this REST resource. |
properties | object | Properties of the machine resource. |
type | string | Gets the type of this REST resource. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | machineName, migrateProjectName, resourceGroupName, subscriptionId |
SELECT
examples
- vw_machines_machines
- machines_machines
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 }}';
SELECT
id,
name,
properties,
type
FROM azure.migrate_projects.machines_machines
WHERE machineName = '{{ machineName }}'
AND migrateProjectName = '{{ migrateProjectName }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}';