Skip to main content

vw_snapshots

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

Overview

Namevw_snapshots
TypeView
Idazure.aks.vw_snapshots

Fields

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

SQL Definition

SELECT
location as location,
tags as tags,
JSON_EXTRACT(properties, '$.creationData') as "creation_data",
JSON_EXTRACT(properties, '$.snapshotType') as "snapshot_type",
JSON_EXTRACT(properties, '$.kubernetesVersion') as "kubernetes_version",
JSON_EXTRACT(properties, '$.nodeImageVersion') as "node_image_version",
JSON_EXTRACT(properties, '$.osType') as "os_type",
JSON_EXTRACT(properties, '$.osSku') as "os_sku",
JSON_EXTRACT(properties, '$.vmSize') as "vm_size",
JSON_EXTRACT(properties, '$.enableFIPS') as "enable_fips",
subscriptionId,
resourceGroupName,
resourceName
FROM azure.aks.snapshots
WHERE subscriptionId = 'replace-me';