Azure Kubernetes Service · JSON Structure

Azure Kubernetes Service Managed Cluster Api Server Access Profile Structure

Type: object Properties: 7
AzureCloudContainersDevOpsKubernetesOrchestration

ManagedClusterAPIServerAccessProfile is a JSON Structure definition published by Azure Kubernetes Service, describing 7 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

authorizedIPRanges enablePrivateCluster privateDNSZone enablePrivateClusterPublicFQDN disableRunCommand enableVnetIntegration subnetId

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ManagedClusterAPIServerAccessProfile",
  "type": "object",
  "properties": {
    "authorizedIPRanges": {
      "type": "array"
    },
    "enablePrivateCluster": {
      "type": "boolean"
    },
    "privateDNSZone": {
      "type": "string"
    },
    "enablePrivateClusterPublicFQDN": {
      "type": "boolean"
    },
    "disableRunCommand": {
      "type": "boolean"
    },
    "enableVnetIntegration": {
      "type": "boolean"
    },
    "subnetId": {
      "type": "string"
    }
  }
}