Capabilities

The regional capabilities.

AzureCloudContainer InstancesContainersMicrosoftServerless

Properties

Name Type Description
capabilities object The supported capabilities.
gpu string The GPU sku that this capability describes.
ipAddressType string The ip address type that this capability describes.
location string The resource location.
osType string The OS type that this capability describes.
resourceType string The resource type that this capability describes.
View JSON Schema on GitHub

JSON Schema

azure-container-instances-capabilities-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-capabilities-schema.json",
  "title": "Capabilities",
  "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"
    }
  }
}