Subnets¶
Provider: Azure
Service ID: azure_subnets
Rendering: Standard table with expandable detail rows
Quick Example¶
<script>
var serviceDiscoveryRequests = serviceDiscoveryRequests || [];
serviceDiscoveryRequests.push({
service: 'azure_subnets',
provider: 'azure',
region: 'uksouth',
source: 'live',
attributes: ['name', 'subnet_id', 'address_prefix', 'vnet_name', 'nsg', 'route_table']
});
</script>
<div data-sd-service="azure_subnets" data-sd-source="live"></div>
Default Attributes¶
When no attributes array is specified, these columns are displayed:
All Attributes¶
| Attribute | Display Name | Format | Description |
|---|---|---|---|
name |
Name | text |
From API field: name |
subnet_id |
Subnet ID | azure_resource_name |
From API field: id |
address_prefix |
Address Prefix | text |
From API field: address_prefix |
provisioning_state |
Provisioning State | status_badge |
From API field: provisioning_state |
vnet_name |
VNet | text |
From API field: vnet_name |
nsg |
NSG | azure_resource_name |
From API field: network_security_group.id |
route_table |
Route Table | azure_resource_name |
From API field: route_table.id |
private_endpoint_policy |
Private Endpoint Policy | text |
From API field: private_endpoint_network_policies |
delegation |
Delegation | text |
From API field: delegations[0].service_name |
= included in default view
Sort Order¶
Results are sorted by: name