Skip to main content

vw_profiles

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

Overview

Namevw_profiles
TypeView
Idazure.traffic_manager.vw_profiles

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, '$.profileStatus') as "profile_status",
JSON_EXTRACT(properties, '$.trafficRoutingMethod') as "traffic_routing_method",
JSON_EXTRACT(properties, '$.dnsConfig') as "dns_config",
JSON_EXTRACT(properties, '$.monitorConfig') as "monitor_config",
JSON_EXTRACT(properties, '$.endpoints') as "endpoints",
JSON_EXTRACT(properties, '$.trafficViewEnrollmentStatus') as "traffic_view_enrollment_status",
JSON_EXTRACT(properties, '$.allowedEndpointRecordTypes') as "allowed_endpoint_record_types",
JSON_EXTRACT(properties, '$.maxReturn') as "max_return",
subscriptionId,
resourceGroupName,
profileName
FROM azure.traffic_manager.profiles
WHERE subscriptionId = 'replace-me';