Skip to main content

vw_application_types

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

Overview

Namevw_application_types
TypeView
Idazure.service_fabric_managed_clusters.vw_application_types

Fields

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

SQL Definition

SELECT
id as id,
name as name,
location as location,
type as type,
tags as tags,
systemData as system_data,
JSON_EXTRACT(properties, '$.provisioningState') as "provisioning_state",
subscriptionId,
resourceGroupName,
clusterName,
applicationTypeName
FROM azure.service_fabric_managed_clusters.application_types
WHERE subscriptionId = 'replace-me' AND resourceGroupName = 'replace-me' AND clusterName = 'replace-me';