Virtual Network Args
constructor(addressSpaces: Output<List<String>>? = null, bgpCommunity: Output<String>? = null, ddosProtectionPlan: Output<VirtualNetworkDdosProtectionPlanArgs>? = null, dnsServers: Output<List<String>>? = null, edgeZone: Output<String>? = null, encryption: Output<VirtualNetworkEncryptionArgs>? = null, flowTimeoutInMinutes: Output<Int>? = null, location: Output<String>? = null, name: Output<String>? = null, privateEndpointVnetPolicies: Output<String>? = null, resourceGroupName: Output<String>? = null, subnets: Output<List<VirtualNetworkSubnetArgs>>? = null, tags: Output<Map<String, String>>? = null)