Azure Container Instances · JSON Structure

Azure Container Instances Capabilities Structure

The regional capabilities.

Type: object Properties: 6
AzureCloudContainer InstancesContainersMicrosoftServerless

Capabilities is a JSON Structure definition published by Azure Container Instances, describing 6 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

capabilities gpu ipAddressType location osType resourceType

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-capabilities-structure.json",
  "description": "The regional capabilities.",
  "type": "object",
  "properties": {
    "capabilities": {
      "description": "The supported capabilities.",
      "properties": {
        "maxCpu": {
          "description": "The maximum allowed CPU request in cores.",
          "readOnly": true,
          "type": "number"
        },
        "maxGpuCount": {
          "description": "The maximum allowed GPU count.",
          "readOnly": true,
          "type": "number"
        },
        "maxMemoryInGB": {
          "description": "The maximum allowed memory request in GB.",
          "readOnly": true,
          "type": "number"
        }
      },
      "readOnly": true,
      "type": "object"
    },
    "gpu": {
      "description": "The GPU sku that this capability describes.",
      "readOnly": true,
      "type": "string"
    },
    "ipAddressType": {
      "description": "The ip address type that this capability describes.",
      "readOnly": true,
      "type": "string"
    },
    "location": {
      "description": "The resource location.",
      "readOnly": true,
      "type": "string"
    },
    "osType": {
      "description": "The OS type that this capability describes.",
      "readOnly": true,
      "type": "string"
    },
    "resourceType": {
      "description": "The resource type that this capability describes.",
      "readOnly": true,
      "type": "string"
    }
  },
  "name": "Capabilities"
}