Skip to main content

vw_managed_network_settings_rules

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

Overview

Namevw_managed_network_settings_rules
TypeView
Idazure.ml_services.vw_managed_network_settings_rules

Fields

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

SQL Definition

SELECT
id as id,
name as name,
type as type,
systemData as system_data,
JSON_EXTRACT(properties, '$.category') as "category",
JSON_EXTRACT(properties, '$.parentRuleNames') as "parent_rule_names",
JSON_EXTRACT(properties, '$.status') as "status",
JSON_EXTRACT(properties, '$.type') as "type",
subscriptionId,
resourceGroupName,
workspaceName,
ruleName
FROM azure.ml_services.managed_network_settings_rules
WHERE subscriptionId = 'replace-me' AND resourceGroupName = 'replace-me' AND workspaceName = 'replace-me';