Skip to main content

vw_ip_allocations

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

Overview

Namevw_ip_allocations
TypeView
Idazure.network.vw_ip_allocations

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,
type as type,
systemData as system_data,
JSON_EXTRACT(properties, '$.subnet') as "subnet",
JSON_EXTRACT(properties, '$.virtualNetwork') as "virtual_network",
JSON_EXTRACT(properties, '$.type') as "type",
JSON_EXTRACT(properties, '$.prefix') as "prefix",
JSON_EXTRACT(properties, '$.prefixLength') as "prefix_length",
JSON_EXTRACT(properties, '$.prefixType') as "prefix_type",
JSON_EXTRACT(properties, '$.ipamAllocationId') as "ipam_allocation_id",
JSON_EXTRACT(properties, '$.allocationTags') as "allocation_tags",
subscriptionId,
resourceGroupName,
ipAllocationName
FROM azure.network.ip_allocations
WHERE subscriptionId = 'replace-me';