hyperv_software_inventories_controller_machine_software_inventories
Creates, updates, deletes, gets or lists a hyperv_software_inventories_controller_machine_software_inventories
resource.
Overview
Name | hyperv_software_inventories_controller_machine_software_inventories |
Type | Resource |
Id | azure.migrate.hyperv_software_inventories_controller_machine_software_inventories |
Fields
- vw_hyperv_software_inventories_controller_machine_software_inventories
- hyperv_software_inventories_controller_machine_software_inventories
Name | Datatype | Description |
---|---|---|
| text | field from the properties object |
apps_and_roles | text | field from the properties object |
machineName | text | field from the properties object |
provisioning_state | text | field from the properties object |
resourceGroupName | text | field from the properties object |
siteName | text | field from the properties object |
subscriptionId | text | field from the properties object |
Name | Datatype | Description |
---|---|---|
properties | object | Class for machine software inventory properties. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | default, machineName, resourceGroupName, siteName, subscriptionId | Method to get a machines software inventory like applications and roles. |
SELECT
examples
Method to get a machines software inventory like applications and roles.
- vw_hyperv_software_inventories_controller_machine_software_inventories
- hyperv_software_inventories_controller_machine_software_inventories
SELECT
,
apps_and_roles,
machineName,
provisioning_state,
resourceGroupName,
siteName,
subscriptionId
FROM azure.migrate.vw_hyperv_software_inventories_controller_machine_software_inventories
WHERE default = '{{ default }}'
AND machineName = '{{ machineName }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND siteName = '{{ siteName }}'
AND subscriptionId = '{{ subscriptionId }}';
SELECT
properties
FROM azure.migrate.hyperv_software_inventories_controller_machine_software_inventories
WHERE default = '{{ default }}'
AND machineName = '{{ machineName }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND siteName = '{{ siteName }}'
AND subscriptionId = '{{ subscriptionId }}';