Skip to main content

vw_network_connections

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

Overview

Namevw_network_connections
TypeView
Idazure.dev_center.vw_network_connections

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, '$.subnetId') as "subnet_id",
JSON_EXTRACT(properties, '$.domainName') as "domain_name",
JSON_EXTRACT(properties, '$.organizationUnit') as "organization_unit",
JSON_EXTRACT(properties, '$.domainUsername') as "domain_username",
JSON_EXTRACT(properties, '$.domainPassword') as "domain_password",
JSON_EXTRACT(properties, '$.provisioningState') as "provisioning_state",
JSON_EXTRACT(properties, '$.healthCheckStatus') as "health_check_status",
JSON_EXTRACT(properties, '$.networkingResourceGroupName') as "networking_resource_group_name",
JSON_EXTRACT(properties, '$.domainJoinType') as "domain_join_type",
subscriptionId,
resourceGroupName,
networkConnectionName
FROM azure.dev_center.network_connections
WHERE subscriptionId = 'replace-me';