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

The following fields are returned by SELECT queries:

ARM operation completed successfully.

NameDatatypeDescription
propertiesobjectThe resource-specific properties for this resource.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
list_by_hyperv_machineselectsubscriptionId, resourceGroupName, siteName, machineNameList HypervVmSoftwareInventory resources by HypervMachine

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
machineNamestring HypervMachine name
resourceGroupNamestringThe name of the resource group. The name is case insensitive.
siteNamestringSite name
subscriptionIdstringThe ID of the target subscription.

SELECT examples

List HypervVmSoftwareInventory resources by HypervMachine

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