Azure Monitor · Schema

AutoscaleSettingResourceCollection

Application InsightsCloudLogsMetricsMonitoringObservability

Properties

Name Type Description
value array The autoscale setting resource collection.
nextLink string URL to get the next set of results.
View JSON Schema on GitHub

JSON Schema

microsoft-azure-monitor-autoscalesettingresourcecollection-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AutoscaleSettingResourceCollection",
  "title": "AutoscaleSettingResourceCollection",
  "type": "object",
  "required": [
    "value"
  ],
  "properties": {
    "value": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/AutoscaleSettingResource"
      },
      "description": "The autoscale setting resource collection."
    },
    "nextLink": {
      "type": "string",
      "description": "URL to get the next set of results."
    }
  }
}