VirtualNetworkArgs

constructor(dhcpOptions: Output<VirtualNetworkPropertiesDhcpOptionsArgs>? = null, extendedLocation: Output<ExtendedLocationArgs>? = null, location: Output<String>? = null, networkType: Output<Either<String, NetworkTypeEnum>>? = null, resourceGroupName: Output<String>? = null, subnets: Output<List<VirtualNetworkPropertiesSubnetsArgs>>? = null, tags: Output<Map<String, String>>? = null, virtualNetworkName: Output<String>? = null, vmSwitchName: Output<String>? = null)