Skip to main content

hyperv_software_inventories_controllers

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

Overview

Namehyperv_software_inventories_controllers
TypeResource
Idazure.migrate.hyperv_software_inventories_controllers

Fields

NameDatatypeDescription
propertiesobjectClass for machine software inventory properties.

Methods

NameAccessible byRequired ParamsDescription
list_by_hyperv_machineSELECTmachineName, resourceGroupName, siteName, subscriptionIdList HypervVmSoftwareInventory resources by HypervMachine

SELECT examples

List HypervVmSoftwareInventory resources by HypervMachine

SELECT
properties
FROM azure.migrate.hyperv_software_inventories_controllers
WHERE machineName = '{{ machineName }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND siteName = '{{ siteName }}'
AND subscriptionId = '{{ subscriptionId }}';