Azure Monitor · Schema

AzureMonitorPrivateLinkScopeListResult

Application InsightsCloudLogsMetricsMonitoringObservability

Properties

Name Type Description
value array List of Azure Monitor Private Link Scope definitions.
nextLink string The URI to get the next set of results.
View JSON Schema on GitHub

JSON Schema

microsoft-azure-monitor-azuremonitorprivatelinkscopelistresult-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AzureMonitorPrivateLinkScopeListResult",
  "title": "AzureMonitorPrivateLinkScopeListResult",
  "type": "object",
  "required": [
    "value"
  ],
  "properties": {
    "value": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/AzureMonitorPrivateLinkScope"
      },
      "description": "List of Azure Monitor Private Link Scope definitions."
    },
    "nextLink": {
      "type": "string",
      "description": "The URI to get the next set of results."
    }
  }
}