Skip to main content

vmware_software_inventories_controllers

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

Overview

Namevmware_software_inventories_controllers
TypeResource
Idazure.migrate.vmware_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_machine_resourceselectsubscriptionId, resourceGroupName, siteName, machineNameList VmwareMachineSoftwareInventory resources by MachineResource

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

SELECT examples

List VmwareMachineSoftwareInventory resources by MachineResource

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