Microsoft Azure · Schema

ManagedCluster

Managed cluster resource.

API ManagementCloudCloud ComputingEnterpriseInfrastructure as a ServicePlatform as a ServiceT1

Properties

Name Type Description
id string Resource ID.
name string Resource name.
type string Resource type.
location string The geo-location where the resource lives.
tags object Resource tags.
View JSON Schema on GitHub

JSON Schema

azure-kubernetes-service-managed-cluster-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ManagedCluster",
  "type": "object",
  "description": "Managed cluster resource.",
  "properties": {
    "id": {
      "type": "string",
      "description": "Resource ID."
    },
    "name": {
      "type": "string",
      "description": "Resource name."
    },
    "type": {
      "type": "string",
      "description": "Resource type."
    },
    "location": {
      "type": "string",
      "description": "The geo-location where the resource lives."
    },
    "tags": {
      "type": "object",
      "description": "Resource tags."
    }
  }
}