Skip to main content

hyperv_sites_controller_health_summaries

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

Overview

Namehyperv_sites_controller_health_summaries
TypeResource
Idazure.migrate.hyperv_sites_controller_health_summaries

Fields

NameDatatypeDescription
affectedObjectsCountintegerGets or sets the count of affected objects.
affectedResourceTypestringGets the affected resource type.
affectedResourcesarrayGets or sets the affected resources.
applianceNamestringGets the appliance name.
errorCodestringGets the error code.
errorIdintegerGets the error Id.
errorMessagestringGets the error message.
fabricLayoutUpdateSourcesarrayGets or sets sources of the exception.
hitCountintegerGets or sets the hit count of the error.
remediationGuidancestringGets the remediation guidance.
severitystringGets the severity of error.
summaryMessagestringGets the summary message.

Methods

NameAccessible byRequired ParamsDescription
listSELECTresourceGroupName, siteName, subscriptionIdMethod to get site health summary.

SELECT examples

Method to get site health summary.

SELECT
affectedObjectsCount,
affectedResourceType,
affectedResources,
applianceName,
errorCode,
errorId,
errorMessage,
fabricLayoutUpdateSources,
hitCount,
remediationGuidance,
severity,
summaryMessage
FROM azure.migrate.hyperv_sites_controller_health_summaries
WHERE resourceGroupName = '{{ resourceGroupName }}'
AND siteName = '{{ siteName }}'
AND subscriptionId = '{{ subscriptionId }}';