vw_packet_core_control_plane_versions
Creates, updates, deletes, gets or lists a vw_packet_core_control_plane_versions
resource.
Overview
Name | vw_packet_core_control_plane_versions |
Type | View |
Id | azure.mobile_network.vw_packet_core_control_plane_versions |
Fields
See the SQL Definition (view DDL) for fields returned by this view.
SQL Definition
- Sqlite3
- Postgres
SELECT
JSON_EXTRACT(properties, '$.provisioningState') as "provisioning_state",
JSON_EXTRACT(properties, '$.platforms') as "platforms",
subscriptionId,
versionName
FROM azure.mobile_network.packet_core_control_plane_versions
WHERE subscriptionId = 'replace-me' AND versionName = 'replace-me';
SELECT
json_extract_path_text(properties, '$.provisioningState') as "provisioning_state",
json_extract_path_text(properties, '$.platforms') as "platforms",
subscriptionId,
versionName
FROM azure.mobile_network.packet_core_control_plane_versions
WHERE subscriptionId = 'replace-me' AND versionName = 'replace-me';