Container group network profile information.
{ "$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" ] }