Skip to main content

vw_network_fabric_controllers

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

Overview

Namevw_network_fabric_controllers
TypeView
Idazure.managed_network_fabric.vw_network_fabric_controllers

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, '$.annotation') as "annotation",
JSON_EXTRACT(properties, '$.infrastructureExpressRouteConnections') as "infrastructure_express_route_connections",
JSON_EXTRACT(properties, '$.workloadExpressRouteConnections') as "workload_express_route_connections",
JSON_EXTRACT(properties, '$.infrastructureServices') as "infrastructure_services",
JSON_EXTRACT(properties, '$.workloadServices') as "workload_services",
JSON_EXTRACT(properties, '$.managedResourceGroupConfiguration') as "managed_resource_group_configuration",
JSON_EXTRACT(properties, '$.networkFabricIds') as "network_fabric_ids",
JSON_EXTRACT(properties, '$.workloadManagementNetwork') as "workload_management_network",
JSON_EXTRACT(properties, '$.isWorkloadManagementNetworkEnabled') as "is_workload_management_network_enabled",
JSON_EXTRACT(properties, '$.tenantInternetGatewayIds') as "tenant_internet_gateway_ids",
JSON_EXTRACT(properties, '$.ipv4AddressSpace') as "ipv4_address_space",
JSON_EXTRACT(properties, '$.ipv6AddressSpace') as "ipv6_address_space",
JSON_EXTRACT(properties, '$.nfcSku') as "nfc_sku",
JSON_EXTRACT(properties, '$.provisioningState') as "provisioning_state",
subscriptionId,
resourceGroupName,
networkFabricControllerName
FROM azure.managed_network_fabric.network_fabric_controllers
WHERE subscriptionId = 'replace-me';