Skip to main content

region_healths

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

Overview

Nameregion_healths
TypeResource
Idazure_stack.infrastructure_insights_admin.region_healths

Fields

NameDatatypeDescription
alert_summarytextfield from the properties object
locationtextThe Azure Region where the resource lives
resourceGroupNametextfield from the properties object
subscriptionIdtextfield from the properties object
tagstextResource tags.
usage_metricstextfield from the properties object

Methods

NameAccessible byRequired ParamsDescription
getSELECTlocation, resourceGroupName, subscriptionIdReturns the requested health status of a region.
listSELECTresourceGroupName, subscriptionIdReturns the list of all health status for the region.

SELECT examples

Returns the list of all health status for the region.

SELECT
alert_summary,
location,
resourceGroupName,
subscriptionId,
tags,
usage_metrics
FROM azure_stack.infrastructure_insights_admin.vw_region_healths
WHERE resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}';