Skip to main content

vw_amf_deployments

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

Overview

Namevw_amf_deployments
TypeView
Idazure_extras.mobile_packet_core.vw_amf_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,
amfDeploymentName
FROM azure_extras.mobile_packet_core.amf_deployments
WHERE subscriptionId = 'replace-me';