Skip to main content

vw_delegated_subnet_service_details

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

Overview

Namevw_delegated_subnet_service_details
TypeView
Idazure.delegated_network.vw_delegated_subnet_service_details

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,
type as type,
tags as tags,
JSON_EXTRACT(properties, '$.resourceGuid') as "resource_guid",
JSON_EXTRACT(properties, '$.provisioningState') as "provisioning_state",
JSON_EXTRACT(properties, '$.subnetDetails') as "subnet_details",
JSON_EXTRACT(properties, '$.controllerDetails') as "controller_details",
JSON_EXTRACT(properties, '$.allocationBlockPrefixSize') as "allocation_block_prefix_size",
subscriptionId,
resourceGroupName,
resourceName
FROM azure.delegated_network.delegated_subnet_service_details
WHERE subscriptionId = 'replace-me' AND resourceGroupName = 'replace-me' AND resourceName = 'replace-me';