Skip to main content

vw_managers

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

Overview

Namevw_managers
TypeView
Idazure.network.vw_managers

Fields

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

SQL Definition

SELECT
id as id,
name as name,
etag as etag,
systemData as system_data,
type as type,
JSON_EXTRACT(properties, '$.description') as "description",
JSON_EXTRACT(properties, '$.networkManagerScopes') as "network_manager_scopes",
JSON_EXTRACT(properties, '$.networkManagerScopeAccesses') as "network_manager_scope_accesses",
JSON_EXTRACT(properties, '$.provisioningState') as "provisioning_state",
JSON_EXTRACT(properties, '$.resourceGuid') as "resource_guid",
subscriptionId,
resourceGroupName,
networkManagerName
FROM azure.network.managers
WHERE subscriptionId = 'replace-me';