Azure Monitor · Schema

ResourceForUpdate

Application InsightsCloudLogsMetricsMonitoringObservability

Properties

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

JSON Schema

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