Skip to main content

hyperv_operations_status_controller_hyperv_operations_status

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

Overview

Namehyperv_operations_status_controller_hyperv_operations_status
TypeResource
Idazure.migrate.hyperv_operations_status_controller_hyperv_operations_status

Fields

NameDatatypeDescription
idtextGets the Id.
nametextGets the operation name.
end_timetextfield from the properties object
errortextClass for operation status errors.
operationStatusNametextfield from the properties object
resourceGroupNametextfield from the properties object
resulttextfield from the properties object
siteNametextfield from the properties object
start_timetextfield from the properties object
statustextGets the status of the operation. ARM expects the terminal status to be one

of Succeeded/ Failed/ Canceled. All other values imply that the operation is still running. | | subscriptionId | text | field from the properties object |

Methods

NameAccessible byRequired ParamsDescription
getSELECToperationStatusName, resourceGroupName, siteName, subscriptionIdMethod to get operation status.

SELECT examples

Method to get operation status.

SELECT
id,
name,
end_time,
error,
operationStatusName,
resourceGroupName,
result,
siteName,
start_time,
status,
subscriptionId
FROM azure.migrate.vw_hyperv_operations_status_controller_hyperv_operations_status
WHERE operationStatusName = '{{ operationStatusName }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND siteName = '{{ siteName }}'
AND subscriptionId = '{{ subscriptionId }}';