Skip to main content

vw_upf_deployments

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

Overview

Namevw_upf_deployments
TypeView
Idazure_extras.mobile_packet_core.vw_upf_deployments

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, '$.provisioningState') as "provisioning_state",
JSON_EXTRACT(properties, '$.componentParameters') as "component_parameters",
JSON_EXTRACT(properties, '$.secretsParameters') as "secrets_parameters",
JSON_EXTRACT(properties, '$.clusterService') as "cluster_service",
JSON_EXTRACT(properties, '$.releaseVersion') as "release_version",
JSON_EXTRACT(properties, '$.operationalStatus') as "operational_status",
subscriptionId,
resourceGroupName,
upfDeploymentName
FROM azure_extras.mobile_packet_core.upf_deployments
WHERE subscriptionId = 'replace-me';