Skip to main content

managed_clusters_upgrade_profiles

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

Overview

Namemanaged_clusters_upgrade_profiles
TypeResource
Idazure.aks.managed_clusters_upgrade_profiles

Fields

NameDatatypeDescription
idtextThe ID of the upgrade profile.
nametextThe name of the upgrade profile.
agent_pool_profilestextfield from the properties object
control_plane_profiletextfield from the properties object
resourceGroupNametextfield from the properties object
resourceNametextfield from the properties object
subscriptionIdtextfield from the properties object
typetextThe type of the upgrade profile.

Methods

NameAccessible byRequired ParamsDescription
getSELECTresourceGroupName, resourceName, subscriptionId

SELECT examples

SELECT
id,
name,
agent_pool_profiles,
control_plane_profile,
resourceGroupName,
resourceName,
subscriptionId,
type
FROM azure.aks.vw_managed_clusters_upgrade_profiles
WHERE resourceGroupName = '{{ resourceGroupName }}'
AND resourceName = '{{ resourceName }}'
AND subscriptionId = '{{ subscriptionId }}';