Microsoft Azure · JSON Structure

Azure Kubernetes Service Container Service Network Profile Structure

Type: object Properties: 9
API ManagementCloudCloud ComputingEnterpriseInfrastructure as a ServicePlatform as a ServiceT1

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

Properties

networkPlugin networkPluginMode networkPolicy networkDataplane podCidr serviceCidr dnsServiceIP loadBalancerSku outboundType

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ContainerServiceNetworkProfile",
  "type": "object",
  "properties": {
    "networkPlugin": {
      "type": "string"
    },
    "networkPluginMode": {
      "type": "string"
    },
    "networkPolicy": {
      "type": "string"
    },
    "networkDataplane": {
      "type": "string"
    },
    "podCidr": {
      "type": "string"
    },
    "serviceCidr": {
      "type": "string"
    },
    "dnsServiceIP": {
      "type": "string"
    },
    "loadBalancerSku": {
      "type": "string"
    },
    "outboundType": {
      "type": "string"
    }
  }
}