ManagedClusterMetricsProfile

The metrics profile for the ManagedCluster.

AzureCloudContainersDevOpsKubernetesOrchestration

Properties

Name Type Description
costAnalysis object
View JSON Schema on GitHub

JSON Schema

azure-kubernetes-service-managed-cluster-metrics-profile-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ManagedClusterMetricsProfile",
  "type": "object",
  "description": "The metrics profile for the ManagedCluster.",
  "properties": {
    "costAnalysis": {
      "type": "object"
    }
  }
}