Skip to content

Virtual Networks

Provider: Azure
Service ID: azure_vnets
Rendering: Standard table with expandable detail rows

Quick Example

<script>
var serviceDiscoveryRequests = serviceDiscoveryRequests || [];
serviceDiscoveryRequests.push({
    service: 'azure_vnets',
    provider: 'azure',
    region: 'uksouth',
    source: 'live',
    attributes: ['name', 'vnet_id', 'location', 'address_space', 'provisioning_state', 'subnets_count']
});
</script>

<div data-sd-service="azure_vnets" data-sd-source="live"></div>

Default Attributes

When no attributes array is specified, these columns are displayed:

attributes: ['name', 'vnet_id', 'location', 'address_space', 'provisioning_state', 'subnets_count', 'resource_group']

All Attributes

Attribute Display Name Format Description
name Name text From API field: name
vnet_id VNet ID azure_resource_name From API field: id
location Location text From API field: location
address_space Address Space tag_list From API field: address_space.address_prefixes
provisioning_state Provisioning State status_badge From API field: provisioning_state
enable_ddos_protection DDoS Protection boolean From API field: enable_ddos_protection
subnets_count Subnets text From API field: subnets.length
resource_group Resource Group azure_resource_group From API field: id
tags Tags tags_table All tags/labels as a key-value table

= included in default view

Sort Order

Results are sorted by: name