Skip to main content

vw_routing_intents

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

Overview

Namevw_routing_intents
TypeView
Idazure.network.vw_routing_intents

Fields

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

SQL Definition

SELECT
id as id,
name as name,
etag as etag,
type as type,
JSON_EXTRACT(properties, '$.routingPolicies') as "routing_policies",
JSON_EXTRACT(properties, '$.provisioningState') as "provisioning_state",
subscriptionId,
resourceGroupName,
virtualHubName,
routingIntentName
FROM azure.network.routing_intents
WHERE subscriptionId = 'replace-me' AND resourceGroupName = 'replace-me' AND virtualHubName = 'replace-me';