Skip to main content

hyperv_dependency_map_controllers

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

Overview

Namehyperv_dependency_map_controllers
TypeResource
Idazure.migrate.hyperv_dependency_map_controllers

Fields

The following fields are returned by SELECT queries:

SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
client_group_membersexecsubscriptionId, resourceGroupName, siteNameAPI to list client group members for the selected client group.
export_dependenciesexecsubscriptionId, resourceGroupName, siteNameAPI to generate report containing agentless dependencies.
generate_coarse_mapexecsubscriptionId, resourceGroupName, siteNameAPI to generate coarse map for the list of machines.
generate_detailed_mapexecsubscriptionId, resourceGroupName, siteNameAPI to generate detailed map for a selected machine.
server_group_membersexecsubscriptionId, resourceGroupName, siteNameAPI to list server group members for the selected server group.

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

Lifecycle Methods

API to list client group members for the selected client group.

EXEC azure.migrate.hyperv_dependency_map_controllers.client_group_members 
@subscriptionId='{{ subscriptionId }}' --required,
@resourceGroupName='{{ resourceGroupName }}' --required,
@siteName='{{ siteName }}' --required
@@json=
'{
"machineId": "{{ machineId }}",
"processGroupName": "{{ processGroupName }}",
"processName": "{{ processName }}",
"startTime": "{{ startTime }}",
"endTime": "{{ endTime }}",
"filters": "{{ filters }}"
}'
;