Skip to main content

vw_route_policies

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

Overview

Namevw_route_policies
TypeView
Idazure.managed_network_fabric.vw_route_policies

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, '$.defaultAction') as "default_action",
JSON_EXTRACT(properties, '$.statements') as "statements",
JSON_EXTRACT(properties, '$.networkFabricId') as "network_fabric_id",
JSON_EXTRACT(properties, '$.addressFamilyType') as "address_family_type",
JSON_EXTRACT(properties, '$.configurationState') as "configuration_state",
JSON_EXTRACT(properties, '$.provisioningState') as "provisioning_state",
JSON_EXTRACT(properties, '$.administrativeState') as "administrative_state",
subscriptionId,
resourceGroupName,
routePolicyName
FROM azure.managed_network_fabric.route_policies
WHERE subscriptionId = 'replace-me';