Skip to main content

vw_manager_routing_configurations

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

Overview

Namevw_manager_routing_configurations
TypeView
Idazure.network.vw_manager_routing_configurations

Fields

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

SQL Definition

SELECT
id as id,
name as name,
systemData as system_data,
type as type,
etag as etag,
JSON_EXTRACT(properties, '$.description') as "description",
JSON_EXTRACT(properties, '$.provisioningState') as "provisioning_state",
JSON_EXTRACT(properties, '$.resourceGuid') as "resource_guid",
subscriptionId,
resourceGroupName,
networkManagerName,
configurationName
FROM azure.network.manager_routing_configurations
WHERE subscriptionId = 'replace-me' AND resourceGroupName = 'replace-me' AND networkManagerName = 'replace-me';