Azure Monitor · Schema

AutoscaleSettingResourcePatch

Application InsightsCloudLogsMetricsMonitoringObservability

Properties

Name Type Description
tags object Resource tags.
properties object
View JSON Schema on GitHub

JSON Schema

microsoft-azure-monitor-autoscalesettingresourcepatch-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AutoscaleSettingResourcePatch",
  "title": "AutoscaleSettingResourcePatch",
  "type": "object",
  "properties": {
    "tags": {
      "type": "object",
      "additionalProperties": {
        "type": "string"
      },
      "description": "Resource tags."
    },
    "properties": {
      "$ref": "#/components/schemas/AutoscaleSetting"
    }
  }
}