AgentPoolAvailableVersions

The available agent pool versions.

AzureCloudContainersDevOpsKubernetesOrchestration

Properties

Name Type Description
id string The ID of the agent pool version list.
name string The name of the agent pool version list.
type string The resource type.
properties object
View JSON Schema on GitHub

JSON Schema

azure-kubernetes-service-agent-pool-available-versions-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "AgentPoolAvailableVersions",
  "type": "object",
  "description": "The available agent pool versions.",
  "properties": {
    "id": {
      "type": "string",
      "description": "The ID of the agent pool version list."
    },
    "name": {
      "type": "string",
      "description": "The name of the agent pool version list."
    },
    "type": {
      "type": "string",
      "description": "The resource type."
    },
    "properties": {
      "type": "object"
    }
  }
}