Skip to main content

vw_devices_network_settings

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

Overview

Namevw_devices_network_settings
TypeView
Idazure_extras.storsimple_1200_series.vw_devices_network_settings

Fields

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

SQL Definition

SELECT
id as id,
name as name,
type as type,
JSON_EXTRACT(properties, '$.primaryDnsServer') as "primary_dns_server",
JSON_EXTRACT(properties, '$.secondaryDnsServer') as "secondary_dns_server",
JSON_EXTRACT(properties, '$.nodeNetworks') as "node_networks",
subscriptionId,
resourceGroupName,
managerName,
deviceName
FROM azure_extras.storsimple_1200_series.devices_network_settings
WHERE subscriptionId = 'replace-me' AND resourceGroupName = 'replace-me' AND managerName = 'replace-me' AND deviceName = 'replace-me';