vw_network_experiment_profiles
Creates, updates, deletes, gets or lists a vw_network_experiment_profiles
resource.
Overview
Name | vw_network_experiment_profiles |
Type | View |
Id | azure.front_door.vw_network_experiment_profiles |
Fields
See the SQL Definition (view DDL) for fields returned by this view.
SQL Definition
- Sqlite3
- Postgres
SELECT
id as id,
name as name,
location as location,
etag as etag,
type as type,
tags as tags,
JSON_EXTRACT(properties, '$.resourceState') as "resource_state",
JSON_EXTRACT(properties, '$.enabledState') as "enabled_state",
subscriptionId,
resourceGroupName,
profileName
FROM azure.front_door.network_experiment_profiles
WHERE subscriptionId = 'replace-me';
SELECT
id as id,
name as name,
location as location,
etag as etag,
type as type,
tags as tags,
json_extract_path_text(properties, '$.resourceState') as "resource_state",
json_extract_path_text(properties, '$.enabledState') as "enabled_state",
subscriptionId,
resourceGroupName,
profileName
FROM azure.front_door.network_experiment_profiles
WHERE subscriptionId = 'replace-me';