Skip to main content

vw_autoscale_settings

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

Overview

Namevw_autoscale_settings
TypeView
Idazure.monitor.vw_autoscale_settings

Fields

See the SQL Definition (view DDL) for fields returned by this view.

SQL Definition

SELECT
id as id,
name as name,
location as location,
type as type,
tags as tags,
JSON_EXTRACT(properties, '$.profiles') as "profiles",
JSON_EXTRACT(properties, '$.notifications') as "notifications",
JSON_EXTRACT(properties, '$.enabled') as "enabled",
JSON_EXTRACT(properties, '$.predictiveAutoscalePolicy') as "predictive_autoscale_policy",
JSON_EXTRACT(properties, '$.name') as "name",
JSON_EXTRACT(properties, '$.targetResourceUri') as "target_resource_uri",
JSON_EXTRACT(properties, '$.targetResourceLocation') as "target_resource_location",
subscriptionId,
resourceGroupName,
autoscaleSettingName
FROM azure.monitor.autoscale_settings
WHERE subscriptionId = 'replace-me';