Skip to main content

vw_network_taps

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

Overview

Namevw_network_taps
TypeView
Idazure.managed_network_fabric.vw_network_taps

Fields

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

SQL Definition

SELECT
location as location,
tags as tags,
JSON_EXTRACT(properties, '$.annotation') as "annotation",
JSON_EXTRACT(properties, '$.networkPacketBrokerId') as "network_packet_broker_id",
JSON_EXTRACT(properties, '$.sourceTapRuleId') as "source_tap_rule_id",
JSON_EXTRACT(properties, '$.destinations') as "destinations",
JSON_EXTRACT(properties, '$.pollingType') as "polling_type",
JSON_EXTRACT(properties, '$.configurationState') as "configuration_state",
JSON_EXTRACT(properties, '$.provisioningState') as "provisioning_state",
JSON_EXTRACT(properties, '$.administrativeState') as "administrative_state",
subscriptionId,
resourceGroupName,
networkTapName
FROM azure.managed_network_fabric.network_taps
WHERE subscriptionId = 'replace-me';