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

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
getselectsubscriptionId, resourceGroupName, siteName, machineName, defaultMethod to get a machines software inventory like applications and roles.

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
defaultstringDefault value.
machineNamestring HypervMachine name
resourceGroupNamestringThe name of the resource group. The name is case insensitive.
siteNamestringSite name
subscriptionIdstringThe ID of the target subscription.

SELECT examples

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

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