Skip to main content

vw_managed_cluster_versions

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

Overview

Namevw_managed_cluster_versions
TypeView
Idazure.service_fabric_managed_clusters.vw_managed_cluster_versions

Fields

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

SQL Definition

SELECT
id as id,
name as name,
type as type,
JSON_EXTRACT(properties, '$.clusterCodeVersion') as "cluster_code_version",
JSON_EXTRACT(properties, '$.supportExpiryUtc') as "support_expiry_utc",
JSON_EXTRACT(properties, '$.osType') as "os_type",
subscriptionId,
location,
environment,
clusterVersion
FROM azure.service_fabric_managed_clusters.managed_cluster_versions
WHERE subscriptionId = 'replace-me' AND location = 'replace-me';