ManagedClusterNodeResourceGroupProfile

Node resource group lockdown profile for a managed cluster.

AzureCloudContainersDevOpsKubernetesOrchestration

Properties

Name Type Description
restrictionLevel string The restriction level applied to the cluster node resource group.
View JSON Schema on GitHub

JSON Schema

azure-kubernetes-service-managed-cluster-node-resource-group-profile-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ManagedClusterNodeResourceGroupProfile",
  "type": "object",
  "description": "Node resource group lockdown profile for a managed cluster.",
  "properties": {
    "restrictionLevel": {
      "type": "string",
      "description": "The restriction level applied to the cluster node resource group."
    }
  }
}