Skip to main content

managed_clusters_mesh_revision_profiles

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

Overview

Namemanaged_clusters_mesh_revision_profiles
TypeResource
Idazure.aks.managed_clusters_mesh_revision_profiles

Fields

NameDatatypeDescription
locationtextfield from the properties object
mesh_revisionstextfield from the properties object
modetextfield from the properties object
subscriptionIdtextfield from the properties object

Methods

NameAccessible byRequired ParamsDescription
getSELECTlocation, mode, subscriptionIdContains extra metadata on the revision, including supported revisions, cluster compatibility and available upgrades
listSELECTlocation, subscriptionIdContains extra metadata on each revision, including supported revisions, cluster compatibility and available upgrades

SELECT examples

Contains extra metadata on each revision, including supported revisions, cluster compatibility and available upgrades

SELECT
location,
mesh_revisions,
mode,
subscriptionId
FROM azure.aks.vw_managed_clusters_mesh_revision_profiles
WHERE location = '{{ location }}'
AND subscriptionId = '{{ subscriptionId }}';