Skip to main content

resource_health_metadata

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

Overview

Nameresource_health_metadata
TypeResource
Idazure.app_service.resource_health_metadata

Fields

NameDatatypeDescription
idstringResource Id.
namestringResource Name.
kindstringKind of resource.
propertiesobjectResourceHealthMetadata resource specific properties
typestringResource type.

Methods

NameAccessible byRequired ParamsDescription
get_by_siteSELECTname, resourceGroupName, subscriptionIdDescription for Gets the category of ResourceHealthMetadata to use for the given site
get_by_site_slotSELECTname, resourceGroupName, slot, subscriptionIdDescription for Gets the category of ResourceHealthMetadata to use for the given site
listSELECTsubscriptionIdDescription for List all ResourceHealthMetadata for all sites in the subscription.
list_by_resource_groupSELECTresourceGroupName, subscriptionIdDescription for List all ResourceHealthMetadata for all sites in the resource group in the subscription.
list_by_siteSELECTname, resourceGroupName, subscriptionIdDescription for Gets the category of ResourceHealthMetadata to use for the given site as a collection
list_by_site_slotSELECTname, resourceGroupName, slot, subscriptionIdDescription for Gets the category of ResourceHealthMetadata to use for the given site as a collection

SELECT examples

Description for List all ResourceHealthMetadata for all sites in the subscription.

SELECT
id,
name,
kind,
properties,
type
FROM azure.app_service.resource_health_metadata
WHERE subscriptionId = '{{ subscriptionId }}';