Skip to main content

hyperv_software_inventories_controller_machine_software_inventories

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

Overview

Namehyperv_software_inventories_controller_machine_software_inventories
TypeResource
Idazure.migrate.hyperv_software_inventories_controller_machine_software_inventories

Fields

NameDatatypeDescription
textfield from the properties object
apps_and_rolestextfield from the properties object
machineNametextfield from the properties object
provisioning_statetextfield from the properties object
resourceGroupNametextfield from the properties object
siteNametextfield from the properties object
subscriptionIdtextfield from the properties object

Methods

NameAccessible byRequired ParamsDescription
getSELECTdefault, machineName, resourceGroupName, siteName, subscriptionIdMethod to get a machines software inventory like applications and roles.

SELECT examples

Method to get a machines software inventory like applications and roles.

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 }}';