azure.subscription.networkService.virtualNetwork
Supported platform
- azure
Description
Azure Virtual network (VNet)
Fields
| ID | TYPE | DESCRIPTION |
|---|---|---|
| id | string | Virtual Network ID |
| name | string | Virtual Network name |
| location | string | Virtual Network location |
| tags | map[string]string | Virtual Network tags |
| type | string | Virtual Network type |
| etag | string | Virtual Network etag |
| properties | dict | Virtual Network properties |
| subnets | []azure.subscription.networkService.subnet | List of subnets within the virtual network |
| dhcpOptions | azure.subscription.networkService.virtualNetwork.dhcpOptions | Virtual Network DHCP options |
| enableDdosProtection | bool | Whether DDoS protection is enabled for all the protected resources in the virtual network |
| enableVmProtection | bool | Whether VM protection is enabled for all the subnets in the virtual network |
References