Azure Container Instances · JSON Structure

Azure Container Instances Container Group Network Profile Structure

Container group network profile information.

Type: object Properties: 1 Required: 1
AzureCloudContainer InstancesContainersMicrosoftServerless

ContainerGroupNetworkProfile is a JSON Structure definition published by Azure Container Instances, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

id

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/azure-container-instances/refs/heads/main/json-structure/azure-container-instances-container-group-network-profile-structure.json",
  "description": "Container group network profile information.",
  "type": "object",
  "properties": {
    "id": {
      "description": "The identifier for a network profile.",
      "type": "string"
    }
  },
  "required": [
    "id"
  ],
  "name": "ContainerGroupNetworkProfile"
}