managed_clusters_mesh_revision_profiles
Creates, updates, deletes, gets or lists a managed_clusters_mesh_revision_profiles
resource.
Overview
Name | managed_clusters_mesh_revision_profiles |
Type | Resource |
Id | azure.aks.managed_clusters_mesh_revision_profiles |
Fields
- vw_managed_clusters_mesh_revision_profiles
- managed_clusters_mesh_revision_profiles
Name | Datatype | Description |
---|---|---|
location | text | field from the properties object |
mesh_revisions | text | field from the properties object |
mode | text | field from the properties object |
subscriptionId | text | field from the properties object |
Name | Datatype | Description |
---|---|---|
properties | object | Mesh revision profile properties for a mesh |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | location, mode, subscriptionId | Contains extra metadata on the revision, including supported revisions, cluster compatibility and available upgrades |
list | SELECT | location, subscriptionId | Contains 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
- vw_managed_clusters_mesh_revision_profiles
- managed_clusters_mesh_revision_profiles
SELECT
location,
mesh_revisions,
mode,
subscriptionId
FROM azure.aks.vw_managed_clusters_mesh_revision_profiles
WHERE location = '{{ location }}'
AND subscriptionId = '{{ subscriptionId }}';
SELECT
properties
FROM azure.aks.managed_clusters_mesh_revision_profiles
WHERE location = '{{ location }}'
AND subscriptionId = '{{ subscriptionId }}';