Skip to main content

vw_network_experiment_profiles

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

Overview

Namevw_network_experiment_profiles
TypeView
Idazure.front_door.vw_network_experiment_profiles

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,
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';