Skip to main content

vw_services

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

Overview

Namevw_services
TypeView
Idazure.peering.vw_services

Fields

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

SQL Definition

SELECT
id as id,
name as name,
location as location,
type as type,
sku as sku,
tags as tags,
JSON_EXTRACT(properties, '$.peeringServiceLocation') as "peering_service_location",
JSON_EXTRACT(properties, '$.peeringServiceProvider') as "peering_service_provider",
JSON_EXTRACT(properties, '$.provisioningState') as "provisioning_state",
JSON_EXTRACT(properties, '$.providerPrimaryPeeringLocation') as "provider_primary_peering_location",
JSON_EXTRACT(properties, '$.providerBackupPeeringLocation') as "provider_backup_peering_location",
JSON_EXTRACT(properties, '$.logAnalyticsWorkspaceProperties') as "log_analytics_workspace_properties",
subscriptionId,
resourceGroupName,
peeringServiceName
FROM azure.peering.services
WHERE subscriptionId = 'replace-me';