Azure Kubernetes Service · JSON Structure

Azure Kubernetes Service Managed Cluster Windows Profile Structure

Type: object Properties: 4
AzureCloudContainersDevOpsKubernetesOrchestration

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

Properties

adminUsername adminPassword licenseType enableCSIProxy

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ManagedClusterWindowsProfile",
  "type": "object",
  "properties": {
    "adminUsername": {
      "type": "string"
    },
    "adminPassword": {
      "type": "string"
    },
    "licenseType": {
      "type": "string"
    },
    "enableCSIProxy": {
      "type": "boolean"
    }
  }
}