Skip to main content

vw_l3_networks

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

Overview

Namevw_l3_networks
TypeView
Idazure.nexus.vw_l3_networks

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, '$.associatedResourceIds') as "associated_resource_ids",
JSON_EXTRACT(properties, '$.clusterId') as "cluster_id",
JSON_EXTRACT(properties, '$.detailedStatus') as "detailed_status",
JSON_EXTRACT(properties, '$.detailedStatusMessage') as "detailed_status_message",
JSON_EXTRACT(properties, '$.hybridAksClustersAssociatedIds') as "hybrid_aks_clusters_associated_ids",
JSON_EXTRACT(properties, '$.hybridAksIpamEnabled') as "hybrid_aks_ipam_enabled",
JSON_EXTRACT(properties, '$.hybridAksPluginType') as "hybrid_aks_plugin_type",
JSON_EXTRACT(properties, '$.interfaceName') as "interface_name",
JSON_EXTRACT(properties, '$.ipAllocationType') as "ip_allocation_type",
JSON_EXTRACT(properties, '$.ipv4ConnectedPrefix') as "ipv4_connected_prefix",
JSON_EXTRACT(properties, '$.ipv6ConnectedPrefix') as "ipv6_connected_prefix",
JSON_EXTRACT(properties, '$.l3IsolationDomainId') as "l3_isolation_domain_id",
JSON_EXTRACT(properties, '$.provisioningState') as "provisioning_state",
JSON_EXTRACT(properties, '$.virtualMachinesAssociatedIds') as "virtual_machines_associated_ids",
JSON_EXTRACT(properties, '$.vlan') as "vlan",
subscriptionId,
resourceGroupName,
l3NetworkName
FROM azure.nexus.l3_networks
WHERE subscriptionId = 'replace-me';