Skip to main content

vw_provisioned_cluster_instances

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

Overview

Namevw_provisioned_cluster_instances
TypeView
Idazure.hybrid_aks.vw_provisioned_cluster_instances

Fields

See the SQL Definition (view DDL) for fields returned by this view.

SQL Definition

SELECT
extendedLocation as extended_location,
JSON_EXTRACT(properties, '$.linuxProfile') as "linux_profile",
JSON_EXTRACT(properties, '$.controlPlane') as "control_plane",
JSON_EXTRACT(properties, '$.kubernetesVersion') as "kubernetes_version",
JSON_EXTRACT(properties, '$.networkProfile') as "network_profile",
JSON_EXTRACT(properties, '$.storageProfile') as "storage_profile",
JSON_EXTRACT(properties, '$.clusterVMAccessProfile') as "cluster_vm_access_profile",
JSON_EXTRACT(properties, '$.agentPoolProfiles') as "agent_pool_profiles",
JSON_EXTRACT(properties, '$.cloudProviderProfile') as "cloud_provider_profile",
JSON_EXTRACT(properties, '$.provisioningState') as "provisioning_state",
JSON_EXTRACT(properties, '$.status') as "status",
JSON_EXTRACT(properties, '$.licenseProfile') as "license_profile",
JSON_EXTRACT(properties, '$.autoScalerProfile') as "auto_scaler_profile",
connectedClusterResourceUri
FROM azure.hybrid_aks.provisioned_cluster_instances
WHERE connectedClusterResourceUri = 'replace-me';