Skip to main content

agent_pools_upgrade_profiles

Creates, updates, deletes, gets or lists a agent_pools_upgrade_profiles resource.

Overview

Nameagent_pools_upgrade_profiles
TypeResource
Idazure.aks.agent_pools_upgrade_profiles

Fields

NameDatatypeDescription
idtextThe ID of the agent pool upgrade profile.
nametextThe name of the agent pool upgrade profile.
agentPoolNametextfield from the properties object
kubernetes_versiontextfield from the properties object
latest_node_image_versiontextfield from the properties object
os_typetextfield from the properties object
resourceGroupNametextfield from the properties object
resourceNametextfield from the properties object
subscriptionIdtextfield from the properties object
typetextThe type of the agent pool upgrade profile.
upgradestextfield from the properties object

Methods

NameAccessible byRequired ParamsDescription
getSELECTagentPoolName, resourceGroupName, resourceName, subscriptionId

SELECT examples

SELECT
id,
name,
agentPoolName,
kubernetes_version,
latest_node_image_version,
os_type,
resourceGroupName,
resourceName,
subscriptionId,
type,
upgrades
FROM azure.aks.vw_agent_pools_upgrade_profiles
WHERE agentPoolName = '{{ agentPoolName }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND resourceName = '{{ resourceName }}'
AND subscriptionId = '{{ subscriptionId }}';