ManagedClusterMetricsProfile

The metrics profile for the ManagedCluster.

AzureCloudContainersDevOpsKubernetesOrchestration

Properties

Name Type Description
costAnalysis object
View JSON Schema on GitHub

JSON Schema

microsoft-azure-kubernetes-service-managedclustermetricsprofile-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ManagedClusterMetricsProfile",
  "title": "ManagedClusterMetricsProfile",
  "type": "object",
  "description": "The metrics profile for the ManagedCluster.",
  "properties": {
    "costAnalysis": {
      "type": "object",
      "properties": {
        "enabled": {
          "type": "boolean",
          "description": "Whether the cost analysis add-on is enabled."
        }
      },
      "example": "example_value"
    }
  }
}