Skip to main content

vw_associations_interfaces

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

Overview

Namevw_associations_interfaces
TypeView
Idazure.service_networking.vw_associations_interfaces

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, '$.associationType') as "association_type",
JSON_EXTRACT(properties, '$.subnet') as "subnet",
JSON_EXTRACT(properties, '$.provisioningState') as "provisioning_state",
subscriptionId,
resourceGroupName,
trafficControllerName,
associationName
FROM azure.service_networking.associations_interfaces
WHERE subscriptionId = 'replace-me' AND resourceGroupName = 'replace-me' AND trafficControllerName = 'replace-me';