Skip to main content

vw_mobile_networks

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

Overview

Namevw_mobile_networks
TypeView
Idazure.mobile_network.vw_mobile_networks

Fields

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

SQL Definition

SELECT
location as location,
identity as identity,
tags as tags,
JSON_EXTRACT(properties, '$.provisioningState') as "provisioning_state",
JSON_EXTRACT(properties, '$.publicLandMobileNetworkIdentifier') as "public_land_mobile_network_identifier",
JSON_EXTRACT(properties, '$.publicLandMobileNetworks') as "public_land_mobile_networks",
JSON_EXTRACT(properties, '$.serviceKey') as "service_key",
subscriptionId,
resourceGroupName,
mobileNetworkName
FROM azure.mobile_network.mobile_networks
WHERE subscriptionId = 'replace-me';