AgentPoolUpgradeProfile

The list of available upgrades for an agent pool.

AzureCloudContainersDevOpsKubernetesOrchestration

Properties

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

JSON Schema

azure-kubernetes-service-agent-pool-upgrade-profile-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "AgentPoolUpgradeProfile",
  "type": "object",
  "description": "The list of available upgrades for an agent pool.",
  "properties": {
    "id": {
      "type": "string",
      "description": "The ID of the agent pool upgrade profile."
    },
    "name": {
      "type": "string",
      "description": "The name of the agent pool upgrade profile."
    },
    "type": {
      "type": "string",
      "description": "The type of the agent pool upgrade profile."
    },
    "properties": {
      "type": "object"
    }
  }
}