ContainerGroupNetworkProfile

Container group network profile information.

AzureCloudContainer InstancesContainersMicrosoftServerless

Properties

Name Type Description
id string The identifier for a network profile.
View JSON Schema on GitHub

JSON Schema

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