Azure Monitor · Schema

ScheduledQueryRuleResourceCollection

Application InsightsCloudLogsMetricsMonitoringObservability

Properties

Name Type Description
value array The values for the scheduled query rules.
nextLink string Link to retrieve next set of results.
View JSON Schema on GitHub

JSON Schema

microsoft-azure-monitor-scheduledqueryruleresourcecollection-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ScheduledQueryRuleResourceCollection",
  "title": "ScheduledQueryRuleResourceCollection",
  "type": "object",
  "properties": {
    "value": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/ScheduledQueryRuleResource"
      },
      "description": "The values for the scheduled query rules."
    },
    "nextLink": {
      "type": "string",
      "description": "Link to retrieve next set of results."
    }
  }
}