Skip to main content

hyperv_dependency_map_controller_dependency_map_status

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

Overview

Namehyperv_dependency_map_controller_dependency_map_status
TypeResource
Idazure.migrate.hyperv_dependency_map_controller_dependency_map_status

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
updateexecsubscriptionId, resourceGroupName, siteNameMethod to enable disable dependency map status for machines
in a site.

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

Method to enable disable dependency map status for machines
in a site.

EXEC azure.migrate.hyperv_dependency_map_controller_dependency_map_status.update 
@subscriptionId='{{ subscriptionId }}' --required,
@resourceGroupName='{{ resourceGroupName }}' --required,
@siteName='{{ siteName }}' --required
@@json=
'{
"machines": "{{ machines }}"
}'
;