Skip to main content

vw_network_interfaces

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

Overview

Namevw_network_interfaces
TypeView
Idazure_stack.azure_stack_hci.vw_network_interfaces

Fields

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

SQL Definition

SELECT
location as location,
extendedLocation as extended_location,
tags as tags,
JSON_EXTRACT(properties, '$.ipConfigurations') as "ip_configurations",
JSON_EXTRACT(properties, '$.macAddress') as "mac_address",
JSON_EXTRACT(properties, '$.dnsSettings') as "dns_settings",
JSON_EXTRACT(properties, '$.provisioningState') as "provisioning_state",
JSON_EXTRACT(properties, '$.status') as "status",
subscriptionId,
resourceGroupName,
networkInterfaceName
FROM azure_stack.azure_stack_hci.network_interfaces
WHERE subscriptionId = 'replace-me';